I can\'t get intellisense to work. Even if I start with an empty project and add just one file to it with only an include for iostream and an int main()>
iostream
int main()>
Do you use the /UseEnv switch when opening visual studio? It breaks Intellisense for c++ projects.