How do I have an object inherit another one in C++?

I am creating a C++ class that takes care of all sorts of things, but the message log tells me it must be inherit a UOBJECT. I have no idea what this means nor how to set up inheritance.

Did you use the C++ class wizard inside of the UE4 editor?

yes, I did use the class wizard