MSDN explains how to fix it.
To summarize:
- Either disable incremental linking, by going to
Project Properties
-> Configuration Properties
-> Linker (General)
-> Enable Incremental Linking -> “No (/INCREMENTAL:NO)” - or install VS2010 SP1.
Home » General Programming » [Visual Studio] How to fix Fatal error lnk:1123
MSDN explains how to fix it.
To summarize:
Recent Comments