Visual-studio – fatal error LNK1104 cannot open file C:\users\user\documents\visual.obj

mfcvisual studiovisual-studio-2008

I get a "fatal error LNK1104 cannot open file C:\users\user\documents\visual.obj" whenever I want to compile my project on Visual Studio 2008.

my project uses a .lib file that I created.

can anyone help me out ?

Best Answer

Thanks , guyz. I've found the solution to my problem. I had to add quotes around the path to my .lib file in Project->Properties->Configuration Properties->Linker->Input->Additional Dependencies .