


CMakeTools 'scan for kits' finds the Visual Studio Community 2019 variants.Using the kit 'Clang 8.0.0 for MSVC with Visual Studio Community 2019 (amd64) works as usual.Visual Studio Community 2019's CMake builds the projects fine.Adding compiler path to Windows system environment variables under CC + CXX.Removed the Visual C++ 2017 compilers from saved kits.Removed CMAKE_C(XX)_COMPILER from VSCode settings.json.

Trying to use Visual C++ 2019 compiler with multiple projects after migrating to Visual Studio Community 2019 from Visual Studio Community 2017, but cmake tools keeps using the path to the old Visual C++ 2017 compiler which was uninstalled with Visual Studio Community 2017.
