Did you have them be UPROPERTY
's?
Could you try commenting out the UPROPERTY’s, compiling, uncommenting, and then compiling once more.
I meant only the UPROPERTY line
// UPROPERTY(...)
USpringArmComponent* SpringArm; // keep this
Thank you very much! It’s working, but can you explain me why did the uncommenting solve the issue?(because before I tried to rebuild the code using visual studios compiler and it didn’t work)
beats me.