//make the parent thing ur trying to override virtual //Parent: virtual int myInt; //Child: override int myInt;