When adding the ewdk preset, it was added above the windows-msvc-x64, which makes it the first non-hidden preset. For tooling that defaults to automatically configure the first non-hidden preset, having the ewdk preset first is a bit tricky, since it needs a specific environment. Moving ewdk further down the preset list puts windows-msvc-x64 back as the default.
When adding the
ewdk
preset, it was added above thewindows-msvc-x64
, which makes it the first non-hidden preset. For tooling that defaults to automatically configure the first non-hidden preset, having theewdk
preset first is a bit tricky, since it needs a specific environment. Movingewdk
further down the preset list putswindows-msvc-x64
back as the default.