Cant find CastToRunCharacter

Hi threre! I have som issue… I’m following Endless Runner tutorial from unreal Engine on youtube, but i cant find Cast To RunCharacter. It wont show up. Im using UE 4.7.6

Link to the tutorial in question?

If you cant find the cast then it means that there is no class named RunCharacter (or the class is not an Actor subclass)… perhaps you need to cast to ThirdPersonCharacter?

try unchecking context sensitive in that window, often times I find my blueprints don’t show up in there correctly either.

If it does not show up with ‘Context Sensitive’ checked, this means it is incompatible or requires a conversion before-hand.