File Load Errors

Hi!
My team and I are working on a RTS game and because our reasons, we opened new project in UE 4.8 with the full backup of our old project.
So the problem is that we got something about 80 errors about file load

Is it a bug? Someone know how to fix this?
Thanks!

Someone?

Hi YoniBE,

If you look at each of the errors, it specifically tells you what’s wrong. For instance, the /Game/TopDown/UMG/Buildings/Barracks/BaracksWidget cannot find a file for asset /Script/VikingKing.

You will need to hunt down these files and see whether or not they’re corrupted, missing or they just have minor errors in them. Even if you moved them into a different folder, it could cause errors such as this.

Let me know if you run into any further complications, thanks!

Hey YoniBE,

I have not heard from you in quite a while and for that reason, I will be marking this question as resolved. However, if you have any further questions regarding this topic or any other, please feel free to reply back and we’ll assist you further.

Thank you and have a great day!

Hi
Currently I am in vacation in Austria. So I will check it later.
Thanks!

Ok, that’s fine. Let us know if you need any additional assistance.

Ok so there is no folder named “script”. I have only folder named: "source\viking " (project name) and there I have all the C++ source files.

but there isn’t any folder named Script\VikingKing.

According to the image that you uploaded, the editor cannot find an asset for /Script/VikingKing which is located in:

  • /Game/TopDown/UMG/Buildings/Barracks/BarracksWidget
  • /Game/TopDown/UMG/Buildings/Barracks/BarracksUpgradesLvl1
  • /Game/TopDown/UMG/Buildings/Barracks/BarracksUpgradesLvl2
  • /Game/TopDown/UMG/Buildings/Barracks/BarracksUpgradesLvl3
  • /Game/TopDown/UMG/Buildings/Barracks/BarracksUpgradesLvl4

You may want to get these errors to pop up again and hover over them to find the full destination of where these files are within your project.

Thanks!