I’m trying to reparent a plug-in class to a class of another plug-in but I get a compilation error

I have both plug-ins installed in my project Plugins folder, so I can edit them, without making changes to the engine ones. The problem is that when I try to reparent a class1 (that inherits from ACharacter) of the first plug-in to class2 of the second plugin by including class2.h, when I compile it says that class2.generated.h could not be opened because it doesn’t exist. If I remove the include statement, everything compiles fine. Can anybody help me with

Hi DA_GIUSTINO1,

You’ll have to include the other plugins module in the first one, check out:

Ok it works, thanks!

1 Like