I generated c++-code from a XSD-scheme, now when i put that into a project, the compiler tells me that all #include <xsd/...>
cannot be included. but i've added the include directory to the VC++-directories.
1 out of 100 errors:
error C1083: Cannot open include file: 'xsd/cxx/config.hxx': No such file or directory
but they all more or less the same errors, all about <xsd/...>
the errors occur in the generated *.hxx file
What to do? How can i force to reimport them?