I’m attempting to bring over an old project to Visual Studio 2010 but I’m getting the following erorr on compile:
Error 3 error LNK1181: cannot open input file
‘Console\\.obj’ C:\gizmo\Console\LINK Console
The project is supposed to build out to a folder called ‘Console’.
I’ve never encountered such an error before, could it have osmething to do with Visual Studio 2010 compatibility with visual studio 6?
I would open the vcxproj file and check if there aren’t any weird-looking paths in there.