1>------ Build started: Project: SFML Test WORKING, Configuration: Debug Win32 ------
1>sfml-graphics-s-d.lib(Color.obj) : error LNK2005: "public: __thiscall sf::Color::Color(unsigned char,unsigned char,unsigned char,unsigned char)" (??0Color@sf@@QAE@EEEE@Z) already defined in sfml-graphics-d.lib(sfml-graphics-d.dll)
1>D:\programming\C++ projects\SFML Test WORKING\Debug\SFML Test WORKING.exe : fatal error LNK1169: one or more multiply defined symbols found
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
That is the error I am getting when compiling a pre-written thing on shapes in the tutorial section. Thanks in advance.