I am developing a VTK module. In the VTK and ParaView examples, and even in the VTK code base, I encounter
#include "<yourModule>Module.h" // for export macro
I noticed that this header is not in the code base, but is generated. What does it serve? In my experience, the module works fine without it.