Hi Everybody!! I'm using Visual Studio 2010, and I found myself on a weird trouble, see, I converted a project from an older version of visual studio to visual studio 2010, but that gave me a lot of errors looking fof StdAfx.h, is there a way to remove the search for precompiled headers, well, at least while doing the project conversion?
Go into the project settings; there should be an option to disable/enable precompiled headers there. If you're not using them (as you aren't) just turn it off and forget about it.