Visual Studio Code – Using precompiled headers in msvc when building from the command line with the cl compiler
Edit: I know how to use it in VS, and CMake, I am trying to find out how to do it using cl.exe on the command line and not from inside the Visual Studio IDE or using a build generator…