Hello guys.
I started my programm often in the debugging mode and there wasnt even one compiler error. But now i wanted to compile a release executable but the compiler keeps claiming that he cant find the sfml librarys.
main.cpp:3:29: warning: SFML/Graphics.hpp: No such file or directory
main.cpp:4:27: warning: SFML/System.hpp: No such file or directory
main.cpp:5:27: warning: SFML/Window.hpp: No such file or directory
Does anybody know about that?