HI,
I have a working project setup. i do my builds and store code on a linux machine. I use visual studio 2013 to develop. I have been able to get the build, and debug working but intellisense is another matter. I tires many variations. my visual studio project has my my includes in the “Header” section of the solution but intellisense does not seem to use them. i finally found a partial solution. by opening the properties (VC++ not VisualGDB) and manually adding the include directories to the include directories in “VC++ Directories” intellisense works. This however is a very laborious process. what is the short cut?