Hi, there is a mistake in this tutorial: 1. Customize a Pawn | Unreal Engine Documentation
in section where it says:
UPROPERTY(EditAnywhere) USceneComponent* OurVisibleComponent; it should be:
UPROPERTY(EditAnywhere) UStaticMeshComponent* OurVisibleComponent;