make sure the path to the library's folders is set in project settings
Linker>>General>>Additional Library Directories
x86:
..\platform\windows\Lib\VS2015\Release
..\platform\windows\Lib\VS2015\Debug
x64:
..\platform\windows\Lib\VS2015\Release64
..\platform\windows\Lib\VS2015\Debug64
These paths should be set by default in the project template, have you made changes to the template?
are you using the default Tier2 package?
if you compiled from the repo you need to compile all platforms and configurations, go menu Build>>Batch Build and check select all, and build
if you added a platform (x86/x64) then this can cause headaches, make sure correct linker paths are set for each platform (as above) and check environment variables in VC++ Directories
x64

x86