From Assaf.Shouval at 3DSystems.Com Mon May 31 05:07:56 2021 From: Assaf.Shouval at 3DSystems.Com (Shouval, Assaf) Date: Mon May 31 05:07:35 2021 Subject: [xsd-users] Trying to launch example "hello" from examples Message-ID: Hi all, I?m working with Visual Studio 2019, When trying to run example ?hello?, I get compilation error: 11>D:\SimProjects\3RdParty\CodeSynthesis XSD 4.0\examples\cxx\tree\hello\hello.cxx(39,10): fatal error C1083: Cannot open include file: 'xsd/cxx/pre.hxx': No such file or directory 11>D:\SimProjects\3RdParty\CodeSynthesis XSD 4.0\examples\cxx\tree\hello\hello.hxx(50,10): fatal error C1083: Cannot open include file: 'xsd/cxx/config.hxx': No such file or directory I?ve added the Code Synthesis include folder in the additional include folders. I?ve checked that the folder path is valid. But it doesn?t find it. Any help would be appreciated, Thanks, Assaf Shouval, U/S Mentor Team Leader, R&D, Healthcare 3D Systems, Corner of Golan and Hanegev St., Airport City, 70151, Israel Tel: +972 3 911 4444 Mobile: +972 52 3315457 3dsystems.com simbionix.com [ignature] -------------- next part -------------- A non-text attachment was scrubbed... Name: image001.png Type: image/png Size: 15668 bytes Desc: image001.png Url : https://codesynthesis.com/pipermail/xsd-users/attachments/20210531/58151d8e/image001.png From boris at codesynthesis.com Mon May 31 10:27:00 2021 From: boris at codesynthesis.com (Boris Kolpackov) Date: Mon May 31 10:26:28 2021 Subject: [xsd-users] Trying to launch example "hello" from examples In-Reply-To: References: Message-ID: Shouval, Assaf writes: > 11>D:\SimProjects\3RdParty\CodeSynthesis XSD 4.0\examples\cxx\tree\hello\hello.cxx(39,10): fatal error C1083: Cannot open include file: 'xsd/cxx/pre.hxx': No such file or directory > 11>D:\SimProjects\3RdParty\CodeSynthesis XSD 4.0\examples\cxx\tree\hello\hello.hxx(50,10): fatal error C1083: Cannot open include file: 'xsd/cxx/config.hxx': No such file or directory > > I?ve added the Code Synthesis include folder in the additional include > folders. I?ve checked that the folder path is valid. But it doesn?t find > it. The only thing that I can think of is to re-check everything: (1) that you've added the path to the place (property sheet) that is effective for the configuration you are building (e.g., Debug/Release), (2) that the directory you have added is correct (it should end with ...\libxsd\), and (3) that these files do in fact exist in this directory (e.g., .../libxsd\xsd\cxx\pre.hxx).