Latest update to Visual Studio causes cmake problem?

Windows 11 Visual Studio 19 2022

The cmake command line stops because version 194 ( aka C/C++ Optimizing Compiler Version 19.41.34120) is not recognised. Error prompt says 193 is the latest acceptable.

I can’t find an easy work round although uninstalling the latest update should work if the experts can’t suggest better.

I have gone a bit further with this and altered the compiler version in the conan default profile and settings.yml to 194 . This takes the build a bit further but eventually fails as follows

ERROR: expat/2.5.0@audacity/stable: Error in generate() method, line 59
        tc = CMakeToolchain(self)
        KeyError: '194'

So there is another reference some where that needs changing. This is the limit of my knowledge so I’ll give up until someone with proper skills can fix it.

Is there a specific CMake version that is compatible with Visual Studio’s C++ Compiler Version 19.41? If so, which version?

I updated cmake from 3.28 to 3.30 without any change in outcome.