Hi Antti, You are getting this error because libxsd is included in the "C++11 mode" (which VS 2008 does not support). This happens when the generated code was compiled (from schema) with the --std c++11 option. Check with the author of the project what is the minimum VS version they support. Boris