I get a: cannot open include file: "SFML/graphics.hpp no such a file error when trying to dynamic link, I think this means I messed up when installing sfml, but I can't find where.
I've told the compiler where to find the header:
I've linked to the libraries:
And i've included the dlls:
I'm trying to run the testcode from the tutorial, on visual 2015, on windows 8
Anybody knows what goes wrong?