I am using windows 7 and have visual studio 2013, and have just installed SFML 2.2. I did
exactly what it said in the sfml tutorial (also watched some youtube vids) however when i type the code in the tutorial I get this:
1>------ Build started: Project: sfml, Configuration: Debug Win32 ------
1> main.cpp
1>c:\users\computer\documents\visual studio 2013\projects\sfml\main.cpp(1): fatal error C1083: Cannot open include file: 'SFML/Graphics.hpp': No such file or directory
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
Any ideas why this isn't working will be appreciated a lot. This is starting to drive me crazy now
Thanks in advance.