Elaqqad
Elaqqad

Reputation: 85

Visual Studio 2013-LINK : error LNK1181: cannot open input file “ \src-2015\..\LibSL-bin-win32\lib\LibSL.lib"”

I'm new for programming with Visual studio 2013, and I created a project (a game) and created an installer using Cmake.

But when I build my project I get the following error:

and I had the following error when I try to build my project:

Error 1 error LNK1181: cannot open input file '\src-2015..\LibSL-bin-win32\lib\LibSL.lib"'

the file '*.lib' is present I ckeck that, and there some posts in this website too but I tried them but they are not working? can someone help me solve this problem?

Upvotes: 0

Views: 977

Answers (1)

swinkel
swinkel

Reputation: 220

Could be an issue with properties, go to project properties, Linker, and somewhere in general there should be an option to set link library dependecies to no

Upvotes: 1

Related Questions