I am trying to build a C++ program in VS2010 and encountered an error that I've never seen before.
LINK: fatal error LNK1104: cannot open file C:...\Debug\labfour.ilk
I searched for solutions but wasn't able to find any other instances of visual studio linker being unable to open the .ilk file. Does anyone know why something like this would happen? I'm wondering if there's a solution that's similar to that of the error cannot find or open the PDB file
, where you have to adjust some of the settings in the solution explorer properties.
Any insight would be greatly appreciated, thank you.