Cannot package plugin in UE5.4 for Win64

Okay, I nailed it myself. Just add the header files in .cpp:

#include "Engine/World.h"

UE5.4 does not add it by default through CoreMinimal.h so you need to add it manually.

1 Like