I have a visual studio 2015 solution that has visualgdb projects and win32 visual studio projects. When I am working in my visual studio win32 target, I am getting ‘Clang Intellisense’ warnings while in the source file and am unable to use the standard intellisense functions.
Am I doing something wrong, is this a known issue?
Normally this should not happen. Can you close the .cpp file, open the View->Clang IntelliSense Diagnostics console, clear it and open the .cpp file again?
The console should show some diagnostic messages explaining why VisualGDB decides to use Clang IntelliSense for this file. If they do not clarify the situation, please post them here so that we could suggest further steps.