IntelliSense Directories not relative

Sysprogs forums Forums VisualGDB IntelliSense Directories not relative

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #12976
    HSU
    Participant

    Hello,

    when I add a new relative path to the “Include directories” in the “Makefile settings” and submit with the “Apply” button, VisualGDB regenerates the “IntelliSense Directories”. This is nice, but the path is not relative.

    Is there a way to tell VisualGDB to generate the “IntelliSense Directories” with relative path?

    • This topic was modified 6 years, 5 months ago by HSU.
    Attachments:
    You must be logged in to view attached files.
    #12982
    support
    Keymaster

    Hi,

    VisualGDB always shows full paths on the IntelliSense Directories page and substitutes various internally used variables there. The actual .vcxproj file should actually contain relative paths.  You can check this via VS (not VisualGDB) project properties or by looking into the .vcxproj file directly.

    #12989
    HSU
    Participant

    yes, you are right. In Version 5.3R6 the path is relative again in the <NMakeIncludeSearchPath>tag of the vcxproj.

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.