I'm following this tutorial
https://www.sfml-dev.org/tutorials/2.5/start-vc.php and I'm using VS 2013. If I try to compile code which is down, I'm getting:
1>------ Build started: Project: ConsoleApplication10, Configuration: Release Win32 ------
1> ConsoleApplication10.cpp
1>ConsoleApplication10.obj : error LNK2001: unresolved external symbol "public: static class sf::Color const sf::Color::Green" (?Green@Color@sf@@2V12@B)
1>ConsoleApplication10.obj : error LNK2001: unresolved external symbol "public: static class sf::RenderStates const sf::RenderStates::Default" (?Default@RenderStates@sf@@2V12@B)
1>c:\users\vartotojas\documents\visual studio 2013\Projects\ConsoleApplication10\Release\ConsoleApplication10.exe : fatal error LNK1120: 2 unresolved externals
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========I'm sure that I don't have any changed settings because I fully reset VS before setting up SFML. Can someone help me?