Packaging problem from the puzzle bp template

I have been working on a board game and used the Puzzle Blueprint game as my starting point.

I believed I had actually removed all traces of the initial Puzzle Blueprint before packaging, but the packager thinks otherwise.



LogLinker: Warning: Failed to load '/Game/PuzzleBP/Tutorial/Part1-Overview': Can't find file.
LogLinker: Warning: Failed to load '/Game/PuzzleBP/Tutorial/Part1-Overview': Can't find file.
LogUObjectGlobals: Warning: Failed to find object 'Class /Game/PuzzleBP/Tutorial/Part1-Overview.Part1-Overview_C'
LogLinker: Warning: Failed to load '/Game/PuzzleBP/Tutorial/Part2-BlockBlueprint': Can't find file.
LogLinker: Warning: Failed to load '/Game/PuzzleBP/Tutorial/Part2-BlockBlueprint': Can't find file.
LogUObjectGlobals: Warning: Failed to find object 'Class /Game/PuzzleBP/Tutorial/Part2-BlockBlueprint.Part2-BlockBlueprint_C'
LogLinker: Warning: Failed to load '/Game/PuzzleBP/Tutorial/Part2b-BlockBLueprintComponents': Can't find file.
LogLinker: Warning: Failed to load '/Game/PuzzleBP/Tutorial/Part2b-BlockBLueprintComponents': Can't find file.
LogUObjectGlobals: Warning: Failed to find object 'Class /Game/PuzzleBP/Tutorial/Part2b-BlockBLueprintComponents.Part2b-BlockBLueprintComponents_C'
LogLinker: Warning: Failed to load '/Game/PuzzleBP/Tutorial/Part3-GridBlueprint': Can't find file.
LogLinker: Warning: Failed to load '/Game/PuzzleBP/Tutorial/Part3-GridBlueprint': Can't find file.
LogUObjectGlobals: Warning: Failed to find object 'Class /Game/PuzzleBP/Tutorial/Part3-GridBlueprint.Part3-GridBlueprint_C'
LogLinker: Warning: Failed to load '/Game/PuzzleBP/Tutorial/Part4-GridBluepint2': Can't find file.
LogLinker: Warning: Failed to load '/Game/PuzzleBP/Tutorial/Part4-GridBluepint2': Can't find file.
LogUObjectGlobals: Warning: Failed to find object 'Class /Game/PuzzleBP/Tutorial/Part4-GridBluepint2.Part4-GridBluepint2_C'
LogLinker: Warning: Failed to load '/Game/PuzzleBP/Tutorial/Part5-GameMode': Can't find file.
LogLinker: Warning: Failed to load '/Game/PuzzleBP/Tutorial/Part5-GameMode': Can't find file.
LogUObjectGlobals: Warning: Failed to find object 'Class /Game/PuzzleBP/Tutorial/Part5-GameMode.Part5-GameMode_C'
LogLinker: Warning: Failed to load '/Game/PuzzleBP/Tutorial/Part6-Controller': Can't find file.
LogLinker: Warning: Failed to load '/Game/PuzzleBP/Tutorial/Part6-Controller': Can't find file.
LogUObjectGlobals: Warning: Failed to find object 'Class /Game/PuzzleBP/Tutorial/Part6-Controller.Part6-Controller_C'
LogLinker: Warning: Failed to load '/Game/PuzzleBP/Tutorial/Part7-LevelBlueprint': Can't find file.
LogLinker: Warning: Failed to load '/Game/PuzzleBP/Tutorial/Part7-LevelBlueprint': Can't find file.
LogUObjectGlobals: Warning: Failed to find object 'Class /Game/PuzzleBP/Tutorial/Part7-LevelBlueprint.Part7-LevelBlueprint_C'
LogLinker: Warning: Failed to load '/Game/PuzzleBP/Tutorial/Part8-EverythingElse': Can't find file.
LogLinker: Warning: Failed to load '/Game/PuzzleBP/Tutorial/Part8-EverythingElse': Can't find file.
LogUObjectGlobals: Warning: Failed to find object 'Class /Game/PuzzleBP/Tutorial/Part8-EverythingElse.Part8-EverythingElse_C'
LogLinker: Warning: Failed to load '/Game/PuzzleBP/PuzzleOverview': Can't find file.
LogLinker: Warning: Failed to load '/Game/PuzzleBP/PuzzleOverview': Can't find file.
LogUObjectGlobals: Warning: Failed to find object 'Class /Game/PuzzleBP/PuzzleOverview.PuzzleOverview_C'

I cannot for the life of me find any traces of it?

Is this some kind of cache issue?

I know the Overview tutorial refers to the above parts but that doesn’t exist. In fact, one warning is that it can’t even load PuzzleOverview. What is trying to initially load it?

Any ideas? Is there some cache I can 100% safely remove?

Many thanks in advance for any assistance.

Regards,
Max

Does anyone understand why I might be getting all these warnings, despite having removed all Puzzle Template BluePrint code from my project?

I’m having exactly the same problem. Searching the project folder using ‘contains:’ doesn’t turn up anything either.