I have recently switched from using Visual Studio Community (The purple one everyone uses) to Visual Studio Code (the blue one). Problem is that in the "c_cpp_properties.json" file i have to specify some additional include directories. I did but intelliSense is still telling me that the .hpp files in the include/SFML directory cannot be opened.
So I tried something. Just created another .hpp file and put it in the directory of basicly every other .hpp file. For some reason it works.
So VS Code doesnt like the SFML exclusive header files or something?
Or do I have forgotten some Setting?