Hi Forum,
i'm quite new to StepCode and Step CAD files and I need some help to get started with the StepCode library. My task in the next months is to replace our internal stl reader with an equivalent reader for stp files. We do have to use stp, because the models are delivered by external companies in step file format and during our "mesh processing"-process we need some density information, which can be easily configured with step and a CAD software.
In the last weeks we did select mainly two Libraries: OpenCascade and StepCode. We started to integrate StepCode first, because I think it is more lightweight and we do not need all the visualization stuff which is included in occ. Reading step files is enough to get started... I started to integrate the example of the stepcode website (
http://stepcode.org/docs/p21_cpp_example/). This was no Problem. It compiles and runs easily. But if I tried to do some more specific tasks, like processing the coordiates, or getting the density information I did not know how to do it. So I tried to integrate the ap203min example (stepcode/example/ap203min) to get a deeper understanding. This does not really work... see the error output:
5>c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaichange_request_item.h(38): error C2653: 'config_control_design': is not a class or namespace name (compiling source file src\ImportStlFile.cpp)
5>c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaichange_request_item.h(40): error C2653: 'config_control_design': is not a class or namespace name (compiling source file src\ImportStlFile.cpp)
5>c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaichange_request_item.h(38): error C2065: 't_change_request_item': undeclared identifier (compiling source file src\ImportStlFile.cpp)
5>c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaichange_request_item.h(40): error C2065: 't_change_request_item': undeclared identifier (compiling source file src\ImportStlFile.cpp)
5>c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaichange_request_item.h(82): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int (compiling source file src\ImportStlFile.cpp)
5>c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaichange_request_item.h(82): error C2146: syntax error: missing ';' before identifier 'SdaiChange_request_item_var' (compiling source file src\ImportStlFile.cpp)
5>c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaichange_request_item.h(90): error C2653: 'config_control_design': is not a class or namespace name (compiling source file src\ImportStlFile.cpp)
5>c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaichange_request_item.h(90): error C2065: 't_change_request_item': undeclared identifier (compiling source file src\ImportStlFile.cpp)
5>c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaichange_request_item.h(96): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int (compiling source file src\ImportStlFile.cpp)
5>c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaichange_request_item.h(96): error C2146: syntax error: missing ';' before identifier 'SdaiChange_request_item_agg_var' (compiling source file src\ImportStlFile.cpp)
5>c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaiclassified_item.h(39): error C2653: 'config_control_design': is not a class or namespace name (compiling source file src\ImportStlFile.cpp)
5>c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaiclassified_item.h(41): error C2653: 'config_control_design': is not a class or namespace name (compiling source file src\ImportStlFile.cpp)
5>c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaiclassified_item.h(43): error C2653: 'config_control_design': is not a class or namespace name (compiling source file src\ImportStlFile.cpp)
5>c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaiclassified_item.h(39): error C2065: 't_classified_item': undeclared identifier (compiling source file src\ImportStlFile.cpp)
5>c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaiclassified_item.h(41): error C2065: 't_classified_item': undeclared identifier (compiling source file src\ImportStlFile.cpp)
5>c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaiclassified_item.h(43): error C2065: 't_classified_item': undeclared identifier (compiling source file src\ImportStlFile.cpp)
5>c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaiclassified_item.h(104): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int (compiling source file src\ImportStlFile.cpp)
5>c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaiclassified_item.h(104): error C2146: syntax error: missing ';' before identifier 'SdaiClassified_item_var' (compiling source file src\ImportStlFile.cpp)
5>c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaiclassified_item.h(112): error C2653: 'config_control_design': is not a class or namespace name (compiling source file src\ImportStlFile.cpp)
5>c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaiclassified_item.h(112): error C2065: 't_classified_item': undeclared identifier (compiling source file src\ImportStlFile.cpp)
5>c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaiclassified_item.h(118): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int (compiling source file src\ImportStlFile.cpp)
5>c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaiclassified_item.h(118): error C2146: syntax error: missing ';' before identifier 'SdaiClassified_item_agg_var' (compiling source file src\ImportStlFile.cpp)
5>c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaiwireframe_model.h(39): error C2653: 'config_control_design': is not a class or namespace name (compiling source file src\ImportStlFile.cpp)
5>c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaiwireframe_model.h(41): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int (compiling source file src\ImportStlFile.cpp)
5>c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaiwireframe_model.h(41): error C2143: syntax error: missing ',' before '&' (compiling source file src\ImportStlFile.cpp)
5>c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaiwireframe_model.h(43): error C2653: 'config_control_design': is not a class or namespace name (compiling source file src\ImportStlFile.cpp)
5>c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaiwireframe_model.h(48): error C2833: 'operator SdaiShell_based_wireframe_model_ptr' is not a recognized operator or type (compiling source file src\ImportStlFile.cpp)
5>c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaiwireframe_model.h(48): error C2059: syntax error: 'newline' (compiling source file src\ImportStlFile.cpp)
5>c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaiwireframe_model.h(48): error C2238: unexpected token(s) preceding ';' (compiling source file src\ImportStlFile.cpp)
5>c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaiwireframe_model.h(66): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int (compiling source file src\ImportStlFile.cpp)
5>c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaiwireframe_model.h(66): error C2143: syntax error: missing ',' before '&' (compiling source file src\ImportStlFile.cpp)
5>c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaiwireframe_model.h(39): error C2065: 't_wireframe_model': undeclared identifier (compiling source file src\ImportStlFile.cpp)
5>c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaiwireframe_model.h(88): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int (compiling source file src\ImportStlFile.cpp)
5>c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaiwireframe_model.h(88): error C2146: syntax error: missing ';' before identifier 'SdaiWireframe_model_var' (compiling source file src\ImportStlFile.cpp)
5>c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaiwireframe_model.h(96): error C2653: 'config_control_design': is not a class or namespace name (compiling source file src\ImportStlFile.cpp)
5>c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaiwireframe_model.h(96): error C2065: 't_wireframe_model': undeclared identifier (compiling source file src\ImportStlFile.cpp)
5>c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaiwireframe_model.h(102): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int (compiling source file src\ImportStlFile.cpp)
5>c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaiwireframe_model.h(102): error C2146: syntax error: missing ';' before identifier 'SdaiWireframe_model_agg_var' (compiling source file src\ImportStlFile.cpp)
5>c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaistart_request_item.h(38): error C2653: 'config_control_design': is not a class or namespace name (compiling source file src\ImportStlFile.cpp)
5>c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaistart_request_item.h(40): error C2653: 'config_control_design': is not a class or namespace name (compiling source file src\ImportStlFile.cpp)
5>c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaistart_request_item.h(38): error C2065: 't_start_request_item': undeclared identifier (compiling source file src\ImportStlFile.cpp)
5>c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaistart_request_item.h(40): error C2065: 't_start_request_item': undeclared identifier (compiling source file src\ImportStlFile.cpp)
5>c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaistart_request_item.h(82): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int (compiling source file src\ImportStlFile.cpp)
5>c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaistart_request_item.h(82): error C2146: syntax error: missing ';' before identifier 'SdaiStart_request_item_var' (compiling source file src\ImportStlFile.cpp)
5>c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaistart_request_item.h(90): error C2653: 'config_control_design': is not a class or namespace name (compiling source file src\ImportStlFile.cpp)
5>c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaistart_request_item.h(90): error C2065: 't_start_request_item': undeclared identifier (compiling source file src\ImportStlFile.cpp)
5>c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaistart_request_item.h(96): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int (compiling source file src\ImportStlFile.cpp)
5>c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaistart_request_item.h(96): error C2146: syntax error: missing ';' before identifier 'SdaiStart_request_item_agg_var' (compiling source file src\ImportStlFile.cpp)
5>c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaiperson_organization_item.h(47): error C2653: 'config_control_design': is not a class or namespace name (compiling source file src\ImportStlFile.cpp)
5>c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaiperson_organization_item.h(49): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int (compiling source file src\ImportStlFile.cpp)
5>c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaiperson_organization_item.h(49): error C2143: syntax error: missing ',' before '&' (compiling source file src\ImportStlFile.cpp)
5>c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaiperson_organization_item.h(51): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int (compiling source file src\ImportStlFile.cpp)
5>c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaiperson_organization_item.h(51): error C2143: syntax error: missing ',' before '&' (compiling source file src\ImportStlFile.cpp)
5>c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaiperson_organization_item.h(51): error C2535: 'SdaiPerson_organization_item::SdaiPerson_organization_item(const int)': member function already defined or declared (compiling source file src\ImportStlFile.cpp)
5> c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaiperson_organization_item.h(49): note: see declaration of 'SdaiPerson_organization_item::SdaiPerson_organization_item' (compiling source file src\ImportStlFile.cpp)
5>c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaiperson_organization_item.h(53): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int (compiling source file src\ImportStlFile.cpp)
5>c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaiperson_organization_item.h(53): error C2143: syntax error: missing ',' before '&' (compiling source file src\ImportStlFile.cpp)
5>c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaiperson_organization_item.h(53): error C2535: 'SdaiPerson_organization_item::SdaiPerson_organization_item(const int)': member function already defined or declared (compiling source file src\ImportStlFile.cpp)
5> c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaiperson_organization_item.h(49): note: see declaration of 'SdaiPerson_organization_item::SdaiPerson_organization_item' (compiling source file src\ImportStlFile.cpp)
5>c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaiperson_organization_item.h(55): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int (compiling source file src\ImportStlFile.cpp)
5>c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaiperson_organization_item.h(55): error C2143: syntax error: missing ',' before '&' (compiling source file src\ImportStlFile.cpp)
5>c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaiperson_organization_item.h(55): error C2535: 'SdaiPerson_organization_item::SdaiPerson_organization_item(const int)': member function already defined or declared (compiling source file src\ImportStlFile.cpp)
5> c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaiperson_organization_item.h(49): note: see declaration of 'SdaiPerson_organization_item::SdaiPerson_organization_item' (compiling source file src\ImportStlFile.cpp)
5>c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaiperson_organization_item.h(57): error C2653: 'config_control_design': is not a class or namespace name (compiling source file src\ImportStlFile.cpp)
5>c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaiperson_organization_item.h(59): error C2653: 'config_control_design': is not a class or namespace name (compiling source file src\ImportStlFile.cpp)
5>c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaiperson_organization_item.h(61): error C2653: 'config_control_design': is not a class or namespace name (compiling source file src\ImportStlFile.cpp)
5>c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaiperson_organization_item.h(63): error C2653: 'config_control_design': is not a class or namespace name (compiling source file src\ImportStlFile.cpp)
5>c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaiperson_organization_item.h(65): error C2653: 'config_control_design': is not a class or namespace name (compiling source file src\ImportStlFile.cpp)
5>c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaiperson_organization_item.h(67): error C2653: 'config_control_design': is not a class or namespace name (compiling source file src\ImportStlFile.cpp)
5>c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaiperson_organization_item.h(72): error C2833: 'operator SdaiChange_ptr' is not a recognized operator or type (compiling source file src\ImportStlFile.cpp)
5>c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaiperson_organization_item.h(72): error C2059: syntax error: 'newline' (compiling source file src\ImportStlFile.cpp)
5>c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaiperson_organization_item.h(72): error C2238: unexpected token(s) preceding ';' (compiling source file src\ImportStlFile.cpp)
5>c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaiperson_organization_item.h(73): error C2833: 'operator SdaiStart_work_ptr' is not a recognized operator or type (compiling source file src\ImportStlFile.cpp)
5>c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaiperson_organization_item.h(73): error C2059: syntax error: 'newline' (compiling source file src\ImportStlFile.cpp)
5>c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaiperson_organization_item.h(73): error C2238: unexpected token(s) preceding ';' (compiling source file src\ImportStlFile.cpp)
5>c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaiperson_organization_item.h(74): error C2833: 'operator SdaiChange_request_ptr' is not a recognized operator or type (compiling source file src\ImportStlFile.cpp)
5>c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaiperson_organization_item.h(74): error C2059: syntax error: 'newline' (compiling source file src\ImportStlFile.cpp)
5>c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaiperson_organization_item.h(74): error C2238: unexpected token(s) preceding ';' (compiling source file src\ImportStlFile.cpp)
5>c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaiperson_organization_item.h(75): error C2833: 'operator SdaiStart_request_ptr' is not a recognized operator or type (compiling source file src\ImportStlFile.cpp)
5>c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaiperson_organization_item.h(75): error C2059: syntax error: 'newline' (compiling source file src\ImportStlFile.cpp)
5>c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaiperson_organization_item.h(75): error C2238: unexpected token(s) preceding ';' (compiling source file src\ImportStlFile.cpp)
5>c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaiperson_organization_item.h(128): error C3646: 'items_': unknown override specifier (compiling source file src\ImportStlFile.cpp)
5>c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaiperson_organization_item.h(128): error C2059: syntax error: '(' (compiling source file src\ImportStlFile.cpp)
5>c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaiperson_organization_item.h(128): error C2238: unexpected token(s) preceding ';' (compiling source file src\ImportStlFile.cpp)
5>c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaiperson_organization_item.h(129): error C3646: 'items_': unknown override specifier (compiling source file src\ImportStlFile.cpp)
5>c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaiperson_organization_item.h(129): error C2059: syntax error: '(' (compiling source file src\ImportStlFile.cpp)
5>c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaiperson_organization_item.h(129): error C2238: unexpected token(s) preceding ';' (compiling source file src\ImportStlFile.cpp)
5>c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaiperson_organization_item.h(130): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int (compiling source file src\ImportStlFile.cpp)
5>c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaiperson_organization_item.h(130): error C2146: syntax error: missing ')' before identifier 'x' (compiling source file src\ImportStlFile.cpp)
5>c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaiperson_organization_item.h(130): error C3646: 'x': unknown override specifier (compiling source file src\ImportStlFile.cpp)
5>c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaiperson_organization_item.h(130): error C2059: syntax error: ')' (compiling source file src\ImportStlFile.cpp)
5>c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaiperson_organization_item.h(138): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int (compiling source file src\ImportStlFile.cpp)
5>c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaiperson_organization_item.h(138): error C2143: syntax error: missing ',' before '&' (compiling source file src\ImportStlFile.cpp)
5>c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaiperson_organization_item.h(139): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int (compiling source file src\ImportStlFile.cpp)
5>c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaiperson_organization_item.h(139): error C2143: syntax error: missing ',' before '&' (compiling source file src\ImportStlFile.cpp)
5>c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaiperson_organization_item.h(139): error C2535: 'SdaiPerson_organization_item &SdaiPerson_organization_item::operator =(const int)': member function already defined or declared (compiling source file src\ImportStlFile.cpp)
5> c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaiperson_organization_item.h(138): note: see declaration of 'SdaiPerson_organization_item::operator =' (compiling source file src\ImportStlFile.cpp)
5>c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaiperson_organization_item.h(140): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int (compiling source file src\ImportStlFile.cpp)
5>c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaiperson_organization_item.h(140): error C2143: syntax error: missing ',' before '&' (compiling source file src\ImportStlFile.cpp)
5>c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaiperson_organization_item.h(140): error C2535: 'SdaiPerson_organization_item &SdaiPerson_organization_item::operator =(const int)': member function already defined or declared (compiling source file src\ImportStlFile.cpp)
5> c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaiperson_organization_item.h(138): note: see declaration of 'SdaiPerson_organization_item::operator =' (compiling source file src\ImportStlFile.cpp)
5>c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaiperson_organization_item.h(141): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int (compiling source file src\ImportStlFile.cpp)
5>c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaiperson_organization_item.h(141): error C2143: syntax error: missing ',' before '&' (compiling source file src\ImportStlFile.cpp)
5>c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaiperson_organization_item.h(141): error C2535: 'SdaiPerson_organization_item &SdaiPerson_organization_item::operator =(const int)': member function already defined or declared (compiling source file src\ImportStlFile.cpp)
5> c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaiperson_organization_item.h(138): note: see declaration of 'SdaiPerson_organization_item::operator =' (compiling source file src\ImportStlFile.cpp)
5>c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaiperson_organization_item.h(47): error C2065: 't_person_organization_item': undeclared identifier (compiling source file src\ImportStlFile.cpp)
5>c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaiperson_organization_item.h(176): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int (compiling source file src\ImportStlFile.cpp)
5>c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaiperson_organization_item.h(176): error C2146: syntax error: missing ';' before identifier 'SdaiPerson_organization_item_var' (compiling source file src\ImportStlFile.cpp)
5>c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaiperson_organization_item.h(184): error C2653: 'config_control_design': is not a class or namespace name (compiling source file src\ImportStlFile.cpp)
5>c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaiperson_organization_item.h(184): error C2065: 't_person_organization_item': undeclared identifier (compiling source file src\ImportStlFile.cpp)
5>c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaiperson_organization_item.h(190): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int (compiling source file src\ImportStlFile.cpp)
5>c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaiperson_organization_item.h(190): error C2146: syntax error: missing ';' before identifier 'SdaiPerson_organization_item_agg_var' (compiling source file src\ImportStlFile.cpp)
5>c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaidate_time_item.h(46): error C2653: 'config_control_design': is not a class or namespace name (compiling source file src\ImportStlFile.cpp)
5>c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaidate_time_item.h(48): error C2653: 'config_control_design': is not a class or namespace name (compiling source file src\ImportStlFile.cpp)
5>c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaidate_time_item.h(50): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int (compiling source file src\ImportStlFile.cpp)
5>c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaidate_time_item.h(50): error C2143: syntax error: missing ',' before '&' (compiling source file src\ImportStlFile.cpp)
5>c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaidate_time_item.h(52): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int (compiling source file src\ImportStlFile.cpp)
5>c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaidate_time_item.h(52): error C2143: syntax error: missing ',' before '&' (compiling source file src\ImportStlFile.cpp)
5>c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaidate_time_item.h(52): error C2535: 'SdaiDate_time_item::SdaiDate_time_item(const int)': member function already defined or declared (compiling source file src\ImportStlFile.cpp)
5> c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaidate_time_item.h(50): note: see declaration of 'SdaiDate_time_item::SdaiDate_time_item' (compiling source file src\ImportStlFile.cpp)
5>c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaidate_time_item.h(54): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int (compiling source file src\ImportStlFile.cpp)
5>c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaidate_time_item.h(54): error C2143: syntax error: missing ',' before '&' (compiling source file src\ImportStlFile.cpp)
5>c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaidate_time_item.h(54): error C2535: 'SdaiDate_time_item::SdaiDate_time_item(const int)': member function already defined or declared (compiling source file src\ImportStlFile.cpp)
5> c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaidate_time_item.h(50): note: see declaration of 'SdaiDate_time_item::SdaiDate_time_item' (compiling source file src\ImportStlFile.cpp)
5>c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaidate_time_item.h(56): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int (compiling source file src\ImportStlFile.cpp)
5>c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaidate_time_item.h(56): error C2143: syntax error: missing ',' before '&' (compiling source file src\ImportStlFile.cpp)
5>c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaidate_time_item.h(56): error C2535: 'SdaiDate_time_item::SdaiDate_time_item(const int)': member function already defined or declared (compiling source file src\ImportStlFile.cpp)
5> c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaidate_time_item.h(50): note: see declaration of 'SdaiDate_time_item::SdaiDate_time_item' (compiling source file src\ImportStlFile.cpp)
5>c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaidate_time_item.h(58): error C2653: 'config_control_design': is not a class or namespace name (compiling source file src\ImportStlFile.cpp)
5>c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaidate_time_item.h(60): error C2653: 'config_control_design': is not a class or namespace name (compiling source file src\ImportStlFile.cpp)
5>c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaidate_time_item.h(62): error C2653: 'config_control_design': is not a class or namespace name (compiling source file src\ImportStlFile.cpp)
5>c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaidate_time_item.h(64): error C2653: 'config_control_design': is not a class or namespace name (compiling source file src\ImportStlFile.cpp)
5>c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaidate_time_item.h(70): error C2833: 'operator SdaiChange_request_ptr' is not a recognized operator or type (compiling source file src\ImportStlFile.cpp)
5>c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaidate_time_item.h(70): error C2059: syntax error: 'newline' (compiling source file src\ImportStlFile.cpp)
5>c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaidate_time_item.h(70): error C2238: unexpected token(s) preceding ';' (compiling source file src\ImportStlFile.cpp)
5>c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaidate_time_item.h(70): fatal error C1003: error count exceeds 100; stopping compilation (compiling source file src\ImportStlFile.cpp)
5>c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaichange_request_item.h(38): error C2653: 'config_control_design': is not a class or namespace name (compiling source file src\MainWindowAgent.cpp)
5>c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaichange_request_item.h(40): error C2653: 'config_control_design': is not a class or namespace name (compiling source file src\MainWindowAgent.cpp)
5>c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaichange_request_item.h(38): error C2065: 't_change_request_item': undeclared identifier (compiling source file src\MainWindowAgent.cpp)
5>c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaichange_request_item.h(40): error C2065: 't_change_request_item': undeclared identifier (compiling source file src\MainWindowAgent.cpp)
5>c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaichange_request_item.h(82): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int (compiling source file src\MainWindowAgent.cpp)
5>c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaichange_request_item.h(82): error C2146: syntax error: missing ';' before identifier 'SdaiChange_request_item_var' (compiling source file src\MainWindowAgent.cpp)
5>c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaichange_request_item.h(90): error C2653: 'config_control_design': is not a class or namespace name (compiling source file src\MainWindowAgent.cpp)
5>c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaichange_request_item.h(90): error C2065: 't_change_request_item': undeclared identifier (compiling source file src\MainWindowAgent.cpp)
5>c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaichange_request_item.h(96): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int (compiling source file src\MainWindowAgent.cpp)
5>c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaichange_request_item.h(96): error C2146: syntax error: missing ';' before identifier 'SdaiChange_request_item_agg_var' (compiling source file src\MainWindowAgent.cpp)
5>c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaiclassified_item.h(39): error C2653: 'config_control_design': is not a class or namespace name (compiling source file src\MainWindowAgent.cpp)
5>c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaiclassified_item.h(41): error C2653: 'config_control_design': is not a class or namespace name (compiling source file src\MainWindowAgent.cpp)
5>c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaiclassified_item.h(43): error C2653: 'config_control_design': is not a class or namespace name (compiling source file src\MainWindowAgent.cpp)
5>c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaiclassified_item.h(39): error C2065: 't_classified_item': undeclared identifier (compiling source file src\MainWindowAgent.cpp)
5>c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaiclassified_item.h(41): error C2065: 't_classified_item': undeclared identifier (compiling source file src\MainWindowAgent.cpp)
5>c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaiclassified_item.h(43): error C2065: 't_classified_item': undeclared identifier (compiling source file src\MainWindowAgent.cpp)
5>c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaiclassified_item.h(104): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int (compiling source file src\MainWindowAgent.cpp)
5>c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaiclassified_item.h(104): error C2146: syntax error: missing ';' before identifier 'SdaiClassified_item_var' (compiling source file src\MainWindowAgent.cpp)
5>c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaiclassified_item.h(112): error C2653: 'config_control_design': is not a class or namespace name (compiling source file src\MainWindowAgent.cpp)
5>c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaiclassified_item.h(112): error C2065: 't_classified_item': undeclared identifier (compiling source file src\MainWindowAgent.cpp)
5>c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaiclassified_item.h(118): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int (compiling source file src\MainWindowAgent.cpp)
5>c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaiclassified_item.h(118): error C2146: syntax error: missing ';' before identifier 'SdaiClassified_item_agg_var' (compiling source file src\MainWindowAgent.cpp)
5>c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaiwireframe_model.h(39): error C2653: 'config_control_design': is not a class or namespace name (compiling source file src\MainWindowAgent.cpp)
5>c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaiwireframe_model.h(41): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int (compiling source file src\MainWindowAgent.cpp)
5>c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaiwireframe_model.h(41): error C2143: syntax error: missing ',' before '&' (compiling source file src\MainWindowAgent.cpp)
5>c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaiwireframe_model.h(43): error C2653: 'config_control_design': is not a class or namespace name (compiling source file src\MainWindowAgent.cpp)
5>c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaiwireframe_model.h(48): error C2833: 'operator SdaiShell_based_wireframe_model_ptr' is not a recognized operator or type (compiling source file src\MainWindowAgent.cpp)
5>c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaiwireframe_model.h(48): error C2059: syntax error: 'newline' (compiling source file src\MainWindowAgent.cpp)
5>c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaiwireframe_model.h(48): error C2238: unexpected token(s) preceding ';' (compiling source file src\MainWindowAgent.cpp)
5>c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaiwireframe_model.h(66): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int (compiling source file src\MainWindowAgent.cpp)
5>c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaiwireframe_model.h(66): error C2143: syntax error: missing ',' before '&' (compiling source file src\MainWindowAgent.cpp)
5>c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaiwireframe_model.h(39): error C2065: 't_wireframe_model': undeclared identifier (compiling source file src\MainWindowAgent.cpp)
5>c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaiwireframe_model.h(88): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int (compiling source file src\MainWindowAgent.cpp)
5>c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaiwireframe_model.h(88): error C2146: syntax error: missing ';' before identifier 'SdaiWireframe_model_var' (compiling source file src\MainWindowAgent.cpp)
5>c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaiwireframe_model.h(96): error C2653: 'config_control_design': is not a class or namespace name (compiling source file src\MainWindowAgent.cpp)
5>c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaiwireframe_model.h(96): error C2065: 't_wireframe_model': undeclared identifier (compiling source file src\MainWindowAgent.cpp)
5>c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaiwireframe_model.h(102): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int (compiling source file src\MainWindowAgent.cpp)
5>c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaiwireframe_model.h(102): error C2146: syntax error: missing ';' before identifier 'SdaiWireframe_model_agg_var' (compiling source file src\MainWindowAgent.cpp)
5>c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaistart_request_item.h(38): error C2653: 'config_control_design': is not a class or namespace name (compiling source file src\MainWindowAgent.cpp)
5>c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaistart_request_item.h(40): error C2653: 'config_control_design': is not a class or namespace name (compiling source file src\MainWindowAgent.cpp)
5>c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaistart_request_item.h(38): error C2065: 't_start_request_item': undeclared identifier (compiling source file src\MainWindowAgent.cpp)
5>c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaistart_request_item.h(40): error C2065: 't_start_request_item': undeclared identifier (compiling source file src\MainWindowAgent.cpp)
5>c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaistart_request_item.h(82): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int (compiling source file src\MainWindowAgent.cpp)
5>c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaistart_request_item.h(82): error C2146: syntax error: missing ';' before identifier 'SdaiStart_request_item_var' (compiling source file src\MainWindowAgent.cpp)
5>c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaistart_request_item.h(90): error C2653: 'config_control_design': is not a class or namespace name (compiling source file src\MainWindowAgent.cpp)
5>c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaistart_request_item.h(90): error C2065: 't_start_request_item': undeclared identifier (compiling source file src\MainWindowAgent.cpp)
5>c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaistart_request_item.h(96): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int (compiling source file src\MainWindowAgent.cpp)
5>c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaistart_request_item.h(96): error C2146: syntax error: missing ';' before identifier 'SdaiStart_request_item_agg_var' (compiling source file src\MainWindowAgent.cpp)
5>c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaiperson_organization_item.h(47): error C2653: 'config_control_design': is not a class or namespace name (compiling source file src\MainWindowAgent.cpp)
5>c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaiperson_organization_item.h(49): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int (compiling source file src\MainWindowAgent.cpp)
5>c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaiperson_organization_item.h(49): error C2143: syntax error: missing ',' before '&' (compiling source file src\MainWindowAgent.cpp)
5>c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaiperson_organization_item.h(51): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int (compiling source file src\MainWindowAgent.cpp)
5>c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaiperson_organization_item.h(51): error C2143: syntax error: missing ',' before '&' (compiling source file src\MainWindowAgent.cpp)
5>c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaiperson_organization_item.h(51): error C2535: 'SdaiPerson_organization_item::SdaiPerson_organization_item(const int)': member function already defined or declared (compiling source file src\MainWindowAgent.cpp)
5> c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaiperson_organization_item.h(49): note: see declaration of 'SdaiPerson_organization_item::SdaiPerson_organization_item' (compiling source file src\MainWindowAgent.cpp)
5>c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaiperson_organization_item.h(53): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int (compiling source file src\MainWindowAgent.cpp)
5>c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaiperson_organization_item.h(53): error C2143: syntax error: missing ',' before '&' (compiling source file src\MainWindowAgent.cpp)
5>c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaiperson_organization_item.h(53): error C2535: 'SdaiPerson_organization_item::SdaiPerson_organization_item(const int)': member function already defined or declared (compiling source file src\MainWindowAgent.cpp)
5> c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaiperson_organization_item.h(49): note: see declaration of 'SdaiPerson_organization_item::SdaiPerson_organization_item' (compiling source file src\MainWindowAgent.cpp)
5>c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaiperson_organization_item.h(55): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int (compiling source file src\MainWindowAgent.cpp)
5>c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaiperson_organization_item.h(55): error C2143: syntax error: missing ',' before '&' (compiling source file src\MainWindowAgent.cpp)
5>c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaiperson_organization_item.h(55): error C2535: 'SdaiPerson_organization_item::SdaiPerson_organization_item(const int)': member function already defined or declared (compiling source file src\MainWindowAgent.cpp)
5> c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaiperson_organization_item.h(49): note: see declaration of 'SdaiPerson_organization_item::SdaiPerson_organization_item' (compiling source file src\MainWindowAgent.cpp)
5>c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaiperson_organization_item.h(57): error C2653: 'config_control_design': is not a class or namespace name (compiling source file src\MainWindowAgent.cpp)
5>c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaiperson_organization_item.h(59): error C2653: 'config_control_design': is not a class or namespace name (compiling source file src\MainWindowAgent.cpp)
5>c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaiperson_organization_item.h(61): error C2653: 'config_control_design': is not a class or namespace name (compiling source file src\MainWindowAgent.cpp)
5>c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaiperson_organization_item.h(63): error C2653: 'config_control_design': is not a class or namespace name (compiling source file src\MainWindowAgent.cpp)
5>c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaiperson_organization_item.h(65): error C2653: 'config_control_design': is not a class or namespace name (compiling source file src\MainWindowAgent.cpp)
5>c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaiperson_organization_item.h(67): error C2653: 'config_control_design': is not a class or namespace name (compiling source file src\MainWindowAgent.cpp)
5>c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaiperson_organization_item.h(72): error C2833: 'operator SdaiChange_ptr' is not a recognized operator or type (compiling source file src\MainWindowAgent.cpp)
5>c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaiperson_organization_item.h(72): error C2059: syntax error: 'newline' (compiling source file src\MainWindowAgent.cpp)
5>c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaiperson_organization_item.h(72): error C2238: unexpected token(s) preceding ';' (compiling source file src\MainWindowAgent.cpp)
5>c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaiperson_organization_item.h(73): error C2833: 'operator SdaiStart_work_ptr' is not a recognized operator or type (compiling source file src\MainWindowAgent.cpp)
5>c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaiperson_organization_item.h(73): error C2059: syntax error: 'newline' (compiling source file src\MainWindowAgent.cpp)
5>c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaiperson_organization_item.h(73): error C2238: unexpected token(s) preceding ';' (compiling source file src\MainWindowAgent.cpp)
5>c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaiperson_organization_item.h(74): error C2833: 'operator SdaiChange_request_ptr' is not a recognized operator or type (compiling source file src\MainWindowAgent.cpp)
5>c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaiperson_organization_item.h(74): error C2059: syntax error: 'newline' (compiling source file src\MainWindowAgent.cpp)
5>c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaiperson_organization_item.h(74): error C2238: unexpected token(s) preceding ';' (compiling source file src\MainWindowAgent.cpp)
5>c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaiperson_organization_item.h(75): error C2833: 'operator SdaiStart_request_ptr' is not a recognized operator or type (compiling source file src\MainWindowAgent.cpp)
5>c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaiperson_organization_item.h(75): error C2059: syntax error: 'newline' (compiling source file src\MainWindowAgent.cpp)
5>c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaiperson_organization_item.h(75): error C2238: unexpected token(s) preceding ';' (compiling source file src\MainWindowAgent.cpp)
5>c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaiperson_organization_item.h(128): error C3646: 'items_': unknown override specifier (compiling source file src\MainWindowAgent.cpp)
5>c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaiperson_organization_item.h(128): error C2059: syntax error: '(' (compiling source file src\MainWindowAgent.cpp)
5>c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaiperson_organization_item.h(128): error C2238: unexpected token(s) preceding ';' (compiling source file src\MainWindowAgent.cpp)
5>c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaiperson_organization_item.h(129): error C3646: 'items_': unknown override specifier (compiling source file src\MainWindowAgent.cpp)
5>c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaiperson_organization_item.h(129): error C2059: syntax error: '(' (compiling source file src\MainWindowAgent.cpp)
5>c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaiperson_organization_item.h(129): error C2238: unexpected token(s) preceding ';' (compiling source file src\MainWindowAgent.cpp)
5>c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaiperson_organization_item.h(130): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int (compiling source file src\MainWindowAgent.cpp)
5>c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaiperson_organization_item.h(130): error C2146: syntax error: missing ')' before identifier 'x' (compiling source file src\MainWindowAgent.cpp)
5>c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaiperson_organization_item.h(130): error C3646: 'x': unknown override specifier (compiling source file src\MainWindowAgent.cpp)
5>c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaiperson_organization_item.h(130): error C2059: syntax error: ')' (compiling source file src\MainWindowAgent.cpp)
5>c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaiperson_organization_item.h(138): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int (compiling source file src\MainWindowAgent.cpp)
5>c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaiperson_organization_item.h(138): error C2143: syntax error: missing ',' before '&' (compiling source file src\MainWindowAgent.cpp)
5>c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaiperson_organization_item.h(139): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int (compiling source file src\MainWindowAgent.cpp)
5>c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaiperson_organization_item.h(139): error C2143: syntax error: missing ',' before '&' (compiling source file src\MainWindowAgent.cpp)
5>c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaiperson_organization_item.h(139): error C2535: 'SdaiPerson_organization_item &SdaiPerson_organization_item::operator =(const int)': member function already defined or declared (compiling source file src\MainWindowAgent.cpp)
5> c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaiperson_organization_item.h(138): note: see declaration of 'SdaiPerson_organization_item::operator =' (compiling source file src\MainWindowAgent.cpp)
5>c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaiperson_organization_item.h(140): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int (compiling source file src\MainWindowAgent.cpp)
5>c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaiperson_organization_item.h(140): error C2143: syntax error: missing ',' before '&' (compiling source file src\MainWindowAgent.cpp)
5>c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaiperson_organization_item.h(140): error C2535: 'SdaiPerson_organization_item &SdaiPerson_organization_item::operator =(const int)': member function already defined or declared (compiling source file src\MainWindowAgent.cpp)
5> c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaiperson_organization_item.h(138): note: see declaration of 'SdaiPerson_organization_item::operator =' (compiling source file src\MainWindowAgent.cpp)
5>c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaiperson_organization_item.h(141): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int (compiling source file src\MainWindowAgent.cpp)
5>c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaiperson_organization_item.h(141): error C2143: syntax error: missing ',' before '&' (compiling source file src\MainWindowAgent.cpp)
5>c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaiperson_organization_item.h(141): error C2535: 'SdaiPerson_organization_item &SdaiPerson_organization_item::operator =(const int)': member function already defined or declared (compiling source file src\MainWindowAgent.cpp)
5> c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaiperson_organization_item.h(138): note: see declaration of 'SdaiPerson_organization_item::operator =' (compiling source file src\MainWindowAgent.cpp)
5>c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaiperson_organization_item.h(47): error C2065: 't_person_organization_item': undeclared identifier (compiling source file src\MainWindowAgent.cpp)
5>c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaiperson_organization_item.h(176): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int (compiling source file src\MainWindowAgent.cpp)
5>c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaiperson_organization_item.h(176): error C2146: syntax error: missing ';' before identifier 'SdaiPerson_organization_item_var' (compiling source file src\MainWindowAgent.cpp)
5>c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaiperson_organization_item.h(184): error C2653: 'config_control_design': is not a class or namespace name (compiling source file src\MainWindowAgent.cpp)
5>c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaiperson_organization_item.h(184): error C2065: 't_person_organization_item': undeclared identifier (compiling source file src\MainWindowAgent.cpp)
5>c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaiperson_organization_item.h(190): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int (compiling source file src\MainWindowAgent.cpp)
5>c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaiperson_organization_item.h(190): error C2146: syntax error: missing ';' before identifier 'SdaiPerson_organization_item_agg_var' (compiling source file src\MainWindowAgent.cpp)
5>c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaidate_time_item.h(46): error C2653: 'config_control_design': is not a class or namespace name (compiling source file src\MainWindowAgent.cpp)
5>c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaidate_time_item.h(48): error C2653: 'config_control_design': is not a class or namespace name (compiling source file src\MainWindowAgent.cpp)
5>c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaidate_time_item.h(50): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int (compiling source file src\MainWindowAgent.cpp)
5>c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaidate_time_item.h(50): error C2143: syntax error: missing ',' before '&' (compiling source file src\MainWindowAgent.cpp)
5>c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaidate_time_item.h(52): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int (compiling source file src\MainWindowAgent.cpp)
5>c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaidate_time_item.h(52): error C2143: syntax error: missing ',' before '&' (compiling source file src\MainWindowAgent.cpp)
5>c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaidate_time_item.h(52): error C2535: 'SdaiDate_time_item::SdaiDate_time_item(const int)': member function already defined or declared (compiling source file src\MainWindowAgent.cpp)
5> c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaidate_time_item.h(50): note: see declaration of 'SdaiDate_time_item::SdaiDate_time_item' (compiling source file src\MainWindowAgent.cpp)
5>c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaidate_time_item.h(54): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int (compiling source file src\MainWindowAgent.cpp)
5>c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaidate_time_item.h(54): error C2143: syntax error: missing ',' before '&' (compiling source file src\MainWindowAgent.cpp)
5>c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaidate_time_item.h(54): error C2535: 'SdaiDate_time_item::SdaiDate_time_item(const int)': member function already defined or declared (compiling source file src\MainWindowAgent.cpp)
5> c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaidate_time_item.h(50): note: see declaration of 'SdaiDate_time_item::SdaiDate_time_item' (compiling source file src\MainWindowAgent.cpp)
5>c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaidate_time_item.h(56): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int (compiling source file src\MainWindowAgent.cpp)
5>c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaidate_time_item.h(56): error C2143: syntax error: missing ',' before '&' (compiling source file src\MainWindowAgent.cpp)
5>c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaidate_time_item.h(56): error C2535: 'SdaiDate_time_item::SdaiDate_time_item(const int)': member function already defined or declared (compiling source file src\MainWindowAgent.cpp)
5> c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaidate_time_item.h(50): note: see declaration of 'SdaiDate_time_item::SdaiDate_time_item' (compiling source file src\MainWindowAgent.cpp)
5>c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaidate_time_item.h(58): error C2653: 'config_control_design': is not a class or namespace name (compiling source file src\MainWindowAgent.cpp)
5>c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaidate_time_item.h(60): error C2653: 'config_control_design': is not a class or namespace name (compiling source file src\MainWindowAgent.cpp)
5>c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaidate_time_item.h(62): error C2653: 'config_control_design': is not a class or namespace name (compiling source file src\MainWindowAgent.cpp)
5>c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaidate_time_item.h(64): error C2653: 'config_control_design': is not a class or namespace name (compiling source file src\MainWindowAgent.cpp)
5>c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaidate_time_item.h(70): error C2833: 'operator SdaiChange_request_ptr' is not a recognized operator or type (compiling source file src\MainWindowAgent.cpp)
5>c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaidate_time_item.h(70): error C2059: syntax error: 'newline' (compiling source file src\MainWindowAgent.cpp)
5>c:\CadFileImporter\third_party\stepcodeap214\build\schemas\sdai_ap203\type\sdaidate_time_item.h(70): error C2238: unexpected token(s) preceding ';' (compiling source file src\MainWindowAgent.cpp)
I did build stepcode with cmake Option sc_buid_schemas = ap203...
Can somebody help me to get this work, or even can help me, how to get started with stepcode and stp file processing. Is stepcode the right choice to process the stp files in a controlled manner?
I would be really thankful for an answer!
David