I forgot to tell you to check the pre-entered inclusion entries, which should be the following in the directories tab under libraries (the first part of the path depends on the installation folder on your pc, just check the bold text):
C:\Program Files (x86)
\Dev-Cpp\MinGW64\libC:\Program Files (x86)
\Dev-Cpp\MinGW64\x86_64-w64-mingw32\lib32If you find errors in the first line you need to correct them. Apparently there was an autodetecting error,
"Fixed use of invalid library directories when autodetecting 32bit GCC 4.9.2."
reported at:
https://sourceforge.net/p/orwelldevcpp/code/ci/master/tree/NEWS.txtIt refers to a 5.12 version, which I think one has to self-compile, because so far I have only found Orwell's 5.11 as an executable.
If you have set the path to your SFML library correctly, I can't think of anything else.
At most manually check the
devcpp.ini file located in the hidden folder:
C:\Users\your_user\AppData\Roaming\Dev-Cpp
where instead of your_user the name of your user appears.
There may be errors or extra characters in the paths.