Ben Schreiber
Ben Schreiber
Possibly related to #3636
It looks like you are on windows? Then you can modify the preset to use MSVC and the VS Generator. But it would be easier to just try to reproduce...
@Yingzi1234 If you're still stuck, try using this `devcontainer.json` ```json { "image": "mcr.microsoft.com/devcontainers/cpp:debian-12", "customizations": { "vscode": { "extensions": [ "ms-vscode.cpptools", "ms-vscode.cmake-tools" ] } } } ```
@Yingzi1234 Yes, that is the same behavior I see. I know that the configure step was successful, but the error box should not pop up.