-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
Try to follow the archicad-addon-cmake
Use the visual studio 17.14( the latest) with archicad-api-devkit 4001
fix it with change the \Support\Modules\GSRoot\Definitions.hpp to allow MSC_VER >=1950
#if !defined (__INTELLISENSE__) && defined (_MSC_VER)
#if _MSC_VER < 1920 || _MSC_VER >= 1950
#error "VC++ 2019 v142 toolset is required. You can install it from a Visual Studio 2019 or later installer, or from a Build Tools for Visual Studio 2019 or later installer."
#endif
#endiTest it with load addon with ArchiCAD 28.2.1(5101) works load the example correctly.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels