Hi folks,
I have a problem with Visual GDB and CLANG Intellisense. The normal intellisense finds all of the uses includes, because I set the include path to that files as well as some intellisense include search path. However, when I switch to use CLANG intellisense, I get a lot of errors of undefined classes, defines, includes files that could not be found.
One solution I found was, to add that directories inside the VisualGDB Intellisense settings. But there I only can enter an absolut path. But we at our company using a system wide variable to point to the root of our build system with the GCC headers. And it seems that I’m not be able to set that variable inside the intellisense settings of VisualGDB. That’s right?
Now, what can I do?
Greetings
Marc