Hello. I am trying to build tutorials and getting same error. Here is a log:
I've tried to set 'INCREMENTAL:NO' as you can see. But it doesn't effect.
1>------ Build started: Project: cube_v1, Configuration: Debug Win32 ------
1>cube.obj : warning LNK4075: ignoring '/EDITANDCONTINUE' due to '/INCREMENTAL:NO' specification
1> Creating library ..\..\..\binaries\win32\vs2010\Debug\cube_v1.lib and object ..\..\..\binaries\win32\vs2010\Debug\cube_v1.exp
1>LINK : fatal error LNK1123: failure during conversion to COFF: file invalid or corrupt
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
I've tried to set 'INCREMENTAL:NO' as you can see. But it doesn't effect.