errors c2471 & c1083

What do these mean and how do I clear them??

Error 1 error C2471: cannot update program database 'c:\users\missy\documents\visual studio 2008\projects\assign5_q3\assign5_q3\debug\vc90.pdb' c:\users\missy\documents\visual studio 2008\projects\assign5_q3\assign5_q3\charact.cpp 1 Assign5_Q3

Error 2 fatal error C1083: Cannot open program database file: 'c:\users\missy\documents\visual studio 2008\projects\assign5_q3\assign5_q3\debug\vc90.pdb': No such file or directory c:\users\missy\documents\visual studio 2008\projects\assign5_q3\assign5_q3\charact.cpp 1 Assign5_Q3
The extension "pdb" stands for "program debug database" and it contains debug information.

I would try to
* rebuild the solution (don't have the English version but the short cut on my version is Ctrl + Alt + F7), maybe you need to celan the solution first (also in the same menu as compilation)
* check the project options if you have the correct "debug information format" in the general tab of C/C++ options
Topic archived. No new replies allowed.