C:\Windows\system32\cmd.exe /C mingw32-make.exe -j 8 -e -f Makefile
----------Building project:[ sfml-cppTest - Debug ]----------
mingw32-make[1]: Entering directory 'C:/Users/User/Desktop/Testcpp/sfml-cppTest'
g++ -c "C:/Users/User/Desktop/Testcpp/sfml-cppTest/main.cpp" -g -O0 -Wall -DSFML_STATIC -o ./Debug/main.cpp.o -I. -IC:\SFML-2.4.1\include
C:/Users/User/Desktop/Testcpp/sfml-cppTest/main.cpp:1:37: fatal error: include/SFML/Graphics.hpp: No such file or directory
#include <include/SFML/Graphics.hpp>
^
compilation terminated.
mingw32-make[1]: *** [Debug/main.cpp.o] Error 1
sfml-cppTest.mk:97: recipe for target 'Debug/main.cpp.o' failed
mingw32-make[1]: Leaving directory 'C:/Users/User/Desktop/Testcpp/sfml-cppTest'
mingw32-make.exe: *** [All] Error 2
Makefile:4: recipe for target 'All' failed
====1 errors, 0 warnings====
I tried to change versions from 2.5.1 to 2.4.1. Windows 10 (64 bit), also downloaded GCC 4.9.2 TDM (SJLJ) - 64 Bit. Help me please.