Anyone have a guide for adding functions to a c++ actor component?

RESOLVED: idk what I fixed. either the .h include in the cpp was in the wrong spot. putting virtual before my functions messed them up…

I think I am doing it correctly but gen_body always fails

RecPlayerInfo.cpp and .h

in my .h do I need to define Socket in as a parameter and do I need to put in the includes