AHHH MY C++ SELF DESTRUCTED!

Started by
1 comment, last by billybob 21 years, 8 months ago
i was compiling my game, and when it reached matrix.h, C++ crashed. i restarted it, loaded the workspace, and it saved all my changes, yay. but now i can''t compile anything. i click on compile, it says: Compiling... Command line warning D4028 : minimal rebuild failure, reverting to normal build 3DMath.cpp c:\bsp\engine\3dmath.cpp(0) : fatal error C1033: cannot open program database ''c:\bsp\engine\debug\vc60.pdb'' Bsp.cpp c:\bsp\engine\bsp.cpp(0) : fatal error C1033: cannot open program database ''c:\bsp\engine\debug\vc60.pdb'' Camera.cpp c:\bsp\engine\camera.cpp(0) : fatal error C1033: cannot open program database ''c:\bsp\engine\debug\vc60.pdb'' MakeMatrix.cpp c:\bsp\engine\makematrix.cpp(0) : fatal error C1033: cannot open program database ''c:\bsp\engine\debug\vc60.pdb'' Resource.cpp c:\bsp\engine\resource.cpp(0) : fatal error C1033: cannot open program database ''c:\bsp\engine\debug\vc60.pdb'' StaticMesh.cpp c:\bsp\engine\staticmesh.cpp(0) : fatal error C1033: cannot open program database ''c:\bsp\engine\debug\vc60.pdb'' Surface.cpp c:\bsp\engine\surface.cpp(0) : fatal error C1033: cannot open program database ''c:\bsp\engine\debug\vc60.pdb'' Window.cpp c:\bsp\engine\window.cpp(0) : fatal error C1033: cannot open program database ''c:\bsp\engine\debug\vc60.pdb'' Error executing cl.exe. engine.exe - 8 error(s), 1 warning(s) how do i fix it?
Advertisement
Delete the pdb file in the project directory, and try again.
Failing that, delete the project files (the .dsw and .prj files, not the entire source code), recreate it, and try again.



MatrixCubed
http://MatrixCubed.cjb.net

ok never mind i fixed it by deleting the debug directory. my bad, sorry for the utterly useless thread.

This topic is closed to new replies.

Advertisement