Please, install the Visual C++ toolchain and make sure that Rider uses MSBuild, provided by the said toolchain.
You can follow these steps to switch to the correct toolchain:
• Install "Desktop development with C++" or "Game Development with C++" Visual studio workload. You can refer to this page to learn more.
• Once the workload is installed, open Rider and find the "Use MSBuild version" option under File | Settings | Build, Execution, Deployment | Toolset and Build
• In the dropdown menu, pick the MSBuild instance, shipped with Visual Studio. Save the changes.
Let me know if the issue persists once you make the necessary changes.
Hi @...,
Please, install the Visual C++ toolchain and make sure that Rider uses MSBuild, provided by the said toolchain.
You can follow these steps to switch to the correct toolchain:
• Install "Desktop development with C++" or "Game Development with C++" Visual studio workload. You can refer to this page to learn more.
• Once the workload is installed, open Rider and find the "Use MSBuild version" option under File | Settings | Build, Execution, Deployment | Toolset and Build
• In the dropdown menu, pick the MSBuild instance, shipped with Visual Studio. Save the changes.
Let me know if the issue persists once you make the necessary changes.