I've just downloaded and installed SFML on Visual Studio 2010 Express, following the tutorials on the website and ones I found on YouTube. When I try to compile my program, I get the following error:
1>------ Build started: Project: test, Configuration: Debug Win32 ------
1> main.cpp
1>c:\users\*****\documents\visual studio 2010\external libraries\sfml-1.6\include\sfml\config.hpp(122): fatal error C1083: Cannot open include file: 'climits': No such file or directory
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
I've tried googling this problem to no avail. I appreciate your help, thank you.