fatal error LNK1104 cannot open file C:\users\user\documents\visual.obj

15,313

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 .

Share:
15,313
Attilah
Author by

Attilah

Updated on June 14, 2022

Comments

  • Attilah
    Attilah almost 2 years

    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 ?