I installed SFML before and didn't have problems. This time I can't make it work. I followed the tutorial, typed in the 'include' and 'lib' paths correctly, also typed in the smfl-graphics.lib, afml-system.lib etc.
I first had an error saying there were no files such as sfml-graphics-2.dll, sfml-system-2.dll etc. I copied the files from the included folder into Windows/System32 folder and SFML worked. An example with the circle from the tutorial was fine. However I encountered some basic errors during compilation e.g. sf::image.
What could be wrong? What should I fix? Please advise.