Hi Boris, Have you thought about switching to clang for your C++ parser/code-generator? We already use clang for code generation from our C++ headers and it's very easy to use. Using clang has lots of benefits for Windows developers as it's more of a native tool. ODB code generation is painfully slow on Windows. Andrew