CMake configure issues due to MSVC version

Some of our members have been running into an issue with v17 of the MSVC and VS Build Tools, where CMake won’t configure for any of the MSVC kits, due to the following error from rtmaps.cmake

In the past, we added the following to our CMakeLists.txt files in order to satisfy a different rtmaps.cmake issue
image
but unfortunately the exact version of the VS Build Tools wasn’t recorded at the time. We know that it was Build Tools 2022, same as the ones the newer members installed on their windows machines.

Make sure you have rtmaps_sdk-cmake package updated to version 2.10.0. This added support for Visual Studio 2022. Also RTMaps 4.13 added official support for VS Code, so that additional line in the CMakeLists.txt is no longer needed then.