Howdy!
I’m getting a weird issue that I don’t quite understand - these three lines at the top of my .h file show an error
#include "CoreMinimal.h"
#include "Components/ActorComponent.h"
#include "Mover.generated.h"
this is the error
UE5 still compiles fine - but I’m very curious as to what is causing this!