New machine: Win 11, new install of VS 2022 (17.0.4)
loaded C++/asm project which builds fine on Win10/VS2019 box. Got a snowstorm of build errors, even after retargeting.
Decided to proceed by loading the source into a new project. However, creating a new project/solution immediately gives several of the following errors, even before adding any source file:
error : Designtime build failed for project 'C:\Users\jmuser\source\repos\Exmpl\Exmpl.vcxproj' configuration 'Debug|x64'. IntelliSense might be unavailable.
Check .designtime.log files in your %TEMP% directory.*
The project template used to create is an empty C++ project template.