Are you literally typing in: Health + 1 ?
You know instance variables have to be accessed with a dot?
These all work:
Self.Health
Sprite.Health
Family1.Health
if you just type in "Health" it will look for an event variable by that name, and none exists, so the error is correct.