Packaging Warning: Asset Registry scanning for package that does not exist anymore

When making a shipping build I’m getting a few of these warnings:

LogAssetRegistry: Warning: ScanPathsSynchronous: Package /Game/Blueprints/Interactables/PerspectivePuzzle_DEPRECATED/BP_DotSource_DEPRECATED does not exist, will not scan.

what is happening here and how do I fix / prevent this?

I have the same problem, how did you solve it?

hey sorry for the late reply. there were some leftover references to since then deleted assets in a test map which were causing this.

I deleted the references from the test map and the issue was gone.