I\'m trying to compile a visual studio C++ project and I can\'t get anywhere because of the compiler reporting \"Cannot open include file: \'excpt.h\': No such file or direc
See if you have it at C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\excpt.h Check to be sure that the system include-paths are correct in Visual Studio. If all else fails, uninstall everything, all SDK's, etc., and re-install Visual C++.
Third party search programs do a better job than the Windows one for finding things. Try Agent Ransack. It's free.