It seems like some of your classes does not follow unreal’s naming convention. Classes that derive from UObject should be prefixed with U(ClassName) and that derive from AActor should be A(ClassName).
It seems like some of your classes does not follow unreal’s naming convention. Classes that derive from UObject should be prefixed with U(ClassName) and that derive from AActor should be A(ClassName).