recently wrote C + + projects with VS2010, it is strange that each build solution has a fatal error LNK1123 errors, prompting the generation to fail. Review the data summary solution as follows:
(1) Item--Properties--and connectors--generate manifest in the manifest file is modified to no this method generally resolves the problem, but it is set up once for each project you create.
(2) Find out if there are two Cvtres.exe delete older versions. The first one is in your VS2010 installation directory such as (D:\Program Files\Microsoft Visual Studio 10.0\vc\bin\cvtres.exe);
The second is C:\Windows\Microsoft.NET\Framework\v4.0.30319\cvtres.exe by right-clicking on the property, viewing the file version number, and deleting the older version. This method can solve this problem completely, and then create the project without having to modify the manifest file again.
VS2010 debugging C + + Project fatal error LNK1123 troubleshooting