ARTICLE AD BOX
I’m trying to get my code to recognize #include <SFML/graphics.hpp> or any of the other external headers, but while following the official tutorial for SFML, I am unable to find the "C/C++" section in the project properties in Microsoft Visual Studio. I am trying to either find this section it is asking for, or if the fields were moved, where the fields are now that I need to fill out ("Additional Include Directories" and "Preprocessor Definitions"). My version of Visual Studio is version 18.3.1. The "C++ language standard" the tutorial called for is listed here in general, but the "additional include directories" that it calls for immediately after is not in any of the visible tabs. I've found similar like "external include directories" but I'm not sure if that is the same.

Screenshot including the IDE window (for context)
I opened an empty C++ project, created a new .cpp file, saved it to my computer and it still won't show up.
