Why my own class reset to engine's class?

I creat own class in C++, it is class based by engine class “WheeledVehicle”. Problem is that my own class reset to this class “WheeledVehicle” every time when i
restarting the project. What you can dvice me?

Thank for helping!