Error lnk1123: failure during conversion to coff: problem solving

I encountered this problem today while building a debug version of a program. What’s strange to me is that if it’s a release version it won’t have this problem, debug will. I am very confused, the Internet to find some information, mainly there are several ways:
1. Modify the following configuration
Project Properties
-> Configuration Properties
-> Linker (General)
-> Enable Incremental Linking -> “No (/INCREMENTAL:NO)”
I tried and failed to solve the problem.
2. Rename or delete cvtres.exe file
The default path for the file in VS2010 is: C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\bin\cvtres.exe
With a pinch of salt, rename the CVtres.exe and rebuild it to find it passed. That’s strange.

Read More: