Skip to content

Visual studio build issue #6

@WeiTing1991

Description

@WeiTing1991

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
#endi

Test it with load addon with ArchiCAD 28.2.1(5101) works load the example correctly.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions