You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Configuring a project with a Visual Studio toolchain fails with Unable to determine what CMake generator to use. Please install or configure a preferred generator, or update settings.json, your Kit configuration or PATH variable. Error: No usable generator found.
CMake Tools Log
2019-11-11T17:41:40.151Z [debug] [main] Starting new CMake driver
2019-11-11T17:41:40.152Z [debug] [main] Starting CMake driver
2019-11-11T17:41:40.152Z [debug] [driver] CMakeDriver Kit set to Visual Studio Community 2019 Release - amd64_x86
2019-11-11T17:41:47.976Z [debug] [kit] OK running C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build\vcvarsall.bat amd64_x86, env vars: undefined
2019-11-11T17:41:47.976Z [debug] [driver] Trying to detect generator supported by system
2019-11-11T17:41:47.992Z [debug] [driver] Command version test return code ENOENT
2019-11-11T17:41:48.009Z [debug] [driver] Command version test return code ENOENT
2019-11-11T17:41:48.026Z [debug] [driver] Command version test return code ENOENT
2019-11-11T17:41:48.027Z [debug] [driver] Run _refreshExpansions
2019-11-11T17:41:48.028Z [debug] [cms-driver] Run doRefreshExpansions
2019-11-11T17:41:48.028Z [debug] [driver] Run _refreshExpansions cb
2019-11-11T17:41:48.030Z [error] [main] Unable to determine what CMake generator to use. Please install or configure a preferred generator, or update settings.json, your Kit configuration or PATH variable. Error: No usable generator found.
2019-11-11T17:41:48.031Z [debug] [extension] [5942] cmake.configure finished (returned -1)
2019-11-11T17:43:56.288Z [debug] [extension] Deactivate CMakeTools
Platform and Versions
Operating System: Windows 10 x64, build 19018.1
CMake Version: 3.15.5
VSCode Version: 1.40.0
CMake Tools Extension Version: 1.2.1
Compiler/Toolchain: Visual Studio Community 2019 v16.3.8, MSVC v142 x64/x86 build tools (v14.23)
The text was updated successfully, but these errors were encountered:
Brief Issue Summary
Configuring a project with a Visual Studio toolchain fails with
Unable to determine what CMake generator to use. Please install or configure a preferred generator, or update settings.json, your Kit configuration or PATH variable. Error: No usable generator found.
CMake Tools Log
Platform and Versions
The text was updated successfully, but these errors were encountered: