2023-08-30 01:28 PM
Have you struggled with add-on development in Visual Studio 2022?
Incorporating the Development Kit alongside Visual Studio 2022 requires a preliminary understanding of the underlying toolsets and configurations. This article provides a helpful workaround for getting started.
Both Archicad 25 and Archicad 26 were built with the v142 toolset. Therefore, add-ons should be built with this specific version as well. This means that a manual installation of the v142 toolset is needed before you start building Archicad add-ons with VS2022, given that Visual Studio 2022 defaults to v143.
To manually install the v142 toolset, follow these steps:
For more community discussion about this topic, please check out our previous forum post here.