I've followed this tutorial http://www.sfml-dev.org/tutorials/1.6/start-vc.php linking to the lib and include files in VC++ directories, which I think worked because I can #include <SFML/System.hpp> without any errors, but when I add sfml-system.lib to the additional dependancies I get an error
cannot open file 'sfml-system.lib'
the files are definitely on my computer, but it's not finding them for some reason. Any ideas?