I tried quotes around the include at the beginning, still doesn't work. I will tell you what I have done from the start and if you wouldn't mind trying to see if I did something wrong then that would be amazing. First, I downloaded SFML C++ 17 32 bits. I unzipped the folder, but left it in downloads. I went into a blank, fresh project on Visual Studio 2022. Btw my language is C++ 17. I went into project properties, then into configuration properties, then into C/C++, then into general. I made sure to set configuration to all configurations, and platform to Active(x64). Under Additional Include Directories, I put C:\users\xxxxxx\Downloads\SFML-2.6.1-windows-vc17-32-bit\SFML-2.6.1\include\SFML. Then I went into Linker/General, and under Additional Library Directives I put C:\users\xxxxxx\Downloads\SFML-2.6.1-windows-vc17-32-bit\SFML-2.6.1\lib. After that I went into Linker\Input and under additional dependencies, before all the rest of the stuff, I inserted sfml-graphics.lib;sfml-window.lib;sfml-system.lib;.
Sry bout the big chunk of text but if you see anything I did wrong please tell me.