Adding a .lib file to a project in Visual Studio 2015 [duplicate] Adding a .lib file to a project in Visual Studio 2015 [duplicate] windows windows

Adding a .lib file to a project in Visual Studio 2015 [duplicate]


If you come from an Xcode background you might expect a reasonable IDE to know what all the things in a project are. Visual Studio is not such an IDE.

You need to, explicitly, go to the LinkerGeneralAdditional Library Directories, and add a path to your .lib there.