We have a very large C ++ solution with several projects for which intellisense works fine in Visual Studio 2008, but not at all in Visual Studio 2010 (even for structures defined in the same file where they are used). I checked that intellisense works in VS 2010 for other projects on my machine. I tried to import one of the problematic projects from a completely new solution without success. Re-creating project files from scratch seems promising, but it will take days to complete this path, without any guarantee of success at the end. Any alternative suggestions are welcome. The actual error message I get is:
"Intellisense:" No further information "(see" Troubleshooting IntelliSense on C ++ Projects "for more help.)
I tried this, but basically only one sentence on the MSDN webpage to make sure that "stdafx.h" is on the include path, but we donβt use precompiled headers and weβre not including it anywhere, so I'm sure that is not the problem.
Kevin source share