We are able to build our app in Debug mode, but when we try to build for Release, we get a message that "Microsoft Incremental Linker has stopped working"
Additionally, this error shows up in the build log:
1>LINK : fatal error C1001: An internal error has occurred in the compiler. 1> (compiler file 'f:\dd\vctools\compiler\utc\src\p2\main.c', line 211) 1> To work around this problem, try simplifying or changing the program near the locations listed above. 1> Please choose the Technical Support command on the Visual C++ 1> Help menu, or open the Technical Support help file for more information 1> 1>Release\CameraPath.obj : fatal error LNK1000: Internal error during IMAGE::Pass1 1> 1> Version 11.00.50327.1 1> 1> ExceptionCode = C0000005 1> ExceptionFlags = 00000000 1> ExceptionAddress = 62DF4628 (62CF0000) "C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\bin\c2.dll" 1> NumberParameters = 00000002 1> ExceptionInformation[ 0] = 00000000 1> ExceptionInformation[ 1] = 00000028 1> 1> CONTEXT: 1> Eax = 000017D6 Esp = 006FEBC8 1> Ebx = 00000009 Ebp = 006FEBE8 1> Ecx = 630BB2F4 Esi = 051145E8 1> Edx = 00000020 Edi = 051145E8 1> Eip = 62DF4628 EFlags = 00010202 1> SegCs = 00000023 SegDs = 0000002B 1> SegSs = 0000002B SegEs = 0000002B 1> SegFs = 00000053 SegGs = 0000002B 1> Dr0 = 00000000 Dr3 = 00000000 1> Dr1 = 00000000 Dr6 = 00000000 1> Dr2 = 00000000 Dr7 = 00000000