T
Tommy Vercetti
I am working on a Managed C++ project and I get the following error:
TestThread.cpp(3) : error C2859: c:\projects\ProjectName\debug\vc70.pdb
is not the pdb file that was used when this precompiled header was
created, recreate the precompiled header.
Why would I get this error? How do I rebuild the precompiled header?
Clean Solution, Rebuild Solution, don't help.
If I manually delete the vc70.pdb, it doesn't seem to recompile. I've
also tried manually compiling stdafx.cpp. I get:
fatal error C1083: Cannot open precompiled header file:
'Debug/ProjectName.pch': No such file or directory
Any help is appreciated.
Managed C++ gets more and more frustrating every day.
TestThread.cpp(3) : error C2859: c:\projects\ProjectName\debug\vc70.pdb
is not the pdb file that was used when this precompiled header was
created, recreate the precompiled header.
Why would I get this error? How do I rebuild the precompiled header?
Clean Solution, Rebuild Solution, don't help.
If I manually delete the vc70.pdb, it doesn't seem to recompile. I've
also tried manually compiling stdafx.cpp. I get:
fatal error C1083: Cannot open precompiled header file:
'Debug/ProjectName.pch': No such file or directory
Any help is appreciated.
Managed C++ gets more and more frustrating every day.