visual studio 2008 - Getting a Fatal Error C1083 when converting a project from vc 6.0 to vs2008 -
I am having the following error while converting a project from vc6.0 to vs2008
Error The code is
Error 1 Fatal error C1083: Can not open the source file: 'FpDebug / BalanceGrabber.pch': Any such file or directory c1xx
Where BalanceGrabber is my project
.pc is a previously compiled header: production of STdAfx.cpp, essentially. A simple clean / reconstruction should fix it, otherwise try to clean out the output folders manually.
Comments
Post a Comment