Separating *.cpp and *.h files when generating

Hi.

Is it possible to separate *.cpp and *.h files when generating C++ code and place *.cpp files in one directory and *.h files in another directory?

 Regards, Micke.

Hello Micke,

For the moment we do not support this. But why you want to do in this way?

Best regards,
Rain Wong

Because the code base I’m working with at the moment is organized in this way; headers are placed in a separate directory to be exported to other projects, source files (*.cpp) are kept in another directory separate from the header file directory.