GENERATED_BODY() - This declaration has no storage class or type specifier

Hello! You probably have forgot to give definition to stuff() function, so linker give you linkage error. To fix that just add definition in CPP file.