Common engine issues, mistakes, tips, and troubleshooting - RhythmLunatic/stepmania GitHub Wiki
This is for help with programming the C++ side of the engine.
Cannot initialize object parameter of type 'ScreenWithMenuElements' with an expression of type 'MyCustomScreen'
You put #include "MyCustomScreen.h"
above #include "global.h"
in the .cpp file.