The issue is that it doesn’t know what a UCapsuleComponent is.
Add this to the CPP file:
#include “Components/CapsuleComponent.h”
The issue is that it doesn’t know what a UCapsuleComponent is.
Add this to the CPP file:
#include “Components/CapsuleComponent.h”