GeometryGym / GeometryGymIFCExamples

Examples to demonstrate use of https://github.com/jmirtsch/GeometryGymIFC classes
MIT License
60 stars 34 forks source link

C1001 error when calling IfcClassification from C++/CLI #19

Open kazunorit opened 1 year ago

kazunorit commented 1 year ago

Hi, I'm using the library from a C++/CLI programme and having "C1001 an internal error has occurred in the compiler" during the build. It seems that instantiating IfcClassification triggers the compiler to crash. Do you have any idea what is causing the problem and how to work around it? I'm using VS2017 15.9.52. Thank you.