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 7 years, 5 months ago by HSU.
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.