Packaging UE4 Project Results In Failure, shows "Corrupt data" Error

I am trying to package a playable demo of my game. Every attempt so far gives an error that says “Corrupt data found, please verify your installation**.”

274469-error1.png

I am using Unreal Engine 4.18.3, it has already been verified. No change in error. I even tried deleting the “Saved” and “Intermediate” folders. Nothing different, still get the same error. I am only using Blueprints and no C++ code if that helps. I am using Windows 10 on a 64-bit system, but trying to package this small scale demo as 32-bit so more systems can run it.

I will say that I think I might know what the issue is but I don’t know if this is the cause: I have this issue with my project where it’s trying to find some material files, but they’re being referenced by Blueprints that don’t even exist anymore, they’ve been deleted through the engine and they aren’t being referenced by anything. Could this be the issue for the Corrupt Data Found?

274468-error-proof.png

As you can see here, errors that reference the old materials “jetpac1_Mat” and “jetpac2_Mat” don’t even exist at all, the folder only contains a completely different texture that’s being used for particle effects called “hit_circle_effect” which has no errors. What puzzles me even more are problems like “Enforcer_Skeleton_AnimBlueprint” never even used the “jetpac2_Mat” material, but it still tells that it can’t find the file. The Enforcer and the Unikorch enemy types (Blueprints) do not share any materials nor ever have. The blueprint “Unikorch_Jetpack” was also manually deleted too just before i reopened up the project to get the same error. What is going on?

I can try running the packaging again and copy-paste the entire readout onto a google document if that helps too, maybe there’s a really simple error/problem that I just can’t find? Any suggestions would be great help!