Need you to post more code to see what the problem is.
It looks like you’ve tried to replicate something and not invoked the GetLifetimeReplicatedProps function - or you’ve redeclared it when you don’t need to.
I Have encountered this nasty error!
I have my CustomPS inherited from APlayerStart and tried to add a constructor for this class but it is not possible in this case.
The first time it compiled with the constructor in the header but then it does not!
So in your case, it could be something else, but it is impossible for it. best way to track it is to use GIT and compile your code and make commits to make a faster progress [HR][/HR] My SOLUTION[only for APlayerStart] was to delete constructor declaration in HEADER file (And in CPP if you have it);