Search Results

9
votes

How to get intellisense to reliably work in Visual Studio 2008

Native C++ intellisense does not work reliably in any version of Visual Studio. I find there are two common problems: 1) Header file paths are not set-up correctly. When you find a type wh …