Build Not smooth with prereqs in place

Hey All,

I’m trying to build source in VS2019 and it is having an issue with Platform toolset for Some C++ libraries v143.
That is comes with the new VS2022, and it still does not build with 2022 install. The instruction say VS 2019. That is the first issue I’m working on there are others (With all prereq in place). I will post when I have exhausted everything I can think of. Is this a mistake on check-in or should we be using VS2022?

Error:

Severity Code Description Project File Line Suppression State
Error MSB8020 The build tools for v143 (Platform Toolset = ‘v143’) cannot be found. To build using the v143 build tools, please install v143 build tools. Alternatively, you may upgrade to the current Visual Studio tools by selecting the Project menu or right-click the solution, and then selecting Retarget solution. Stride.Assimp.Translation C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Microsoft\VC\v160\Microsoft.CppBuild.targets 439

Update. this was in master branch. I cloned master-4.0 and it now builds and runs.