c++工程vs导入工程时发生LNK1207

I have installed VS 2012 , but i have VS 2010 also. After I open  VS 2010 projects with VS 2012 and  click "update", but while i debug it ,there is a error message:

LINK : fatal error LNK1207: incompatible PDB format in 'C:UsersAdmirDocumentsVisual Studio 2010Projects r.fjaleve.whileDebug r.fjaleve.while.pdb'; delete and rebuild.

What can I do to solve this?

 

Hi verify,

It seems that it is not the VS debug issue.

LINK : fatal error LNK1207: incompatible PDB format in 'C:UsersAdmirDocumentsVisual Studio 2010Projects r.fjaleve.whileDebug r.fjaleve.while.pdb'; delete and rebuild.

Please Clean and Rebuild your app under “Build” menu, check it again. If still no help, maybe you could delete it manually, and then rebuild it again. Hope it could help.

Reference:

Linker Tools Error LNK1207

Best Regards,

原文地址:https://www.cnblogs.com/linkzijun/p/5894149.html