So I am trying to learn SFML and I am understanding the code, but am having troubles compiling and running any programs.
I downloaded the simple window tutorial C++ file and linked it to the sfml-window.lib file, as the tutorial on the site said, but when I went to build the program I got the following error: "LINK : fatal error LNK1104: cannot open file 'sfml-window.lib'" Which I understand means that it cannot even find the sfml-window.lib file. I installed SFML how I was told to by the tutorial and I also did the Linker/Input thing how it said, but I keep getting this error.
I don't know if I should shuffle the files around to a different spot or if I'm not doing the Linker/Input thing right, but I am baffled as to how I can fix this error.