Visual Studio Code – Visual Studio CMake project can't find C++ standard includes
Here is a CMakeLists.txt that doesn’t work. I migrated a project from using the WinAPI interface directly to using SDL2. Here is the CMakeLists.txt that results. Except that, for purposes of this discussion, I'm using as source a vastly simplified…