Character class header not found

Hello Community.-

I have created a c++ class of type character, but in the header the compiler cant find #include “CoreMinimal.h” and the cpp cant also find #include “Character.h”. For this reason i cannot compile successfuly

Have you tried using

#include "GameFramework/Character.h"

for your Character include?