Getting build warnings after my project was renamed

Hi!

A week ago, i have renamed my current project name, which causes some warnings when it’s making a build.
I have renamed it’s project folder and the .uproject file, but i think this wasn’t the best method.

Can these warnings be solved somehow?

Thanks in advance for any help.

[Build Log x64][1]

,

  • Make sure any file that has a different name has been updated properly within the code/blueprints
  • Right-click within the content browser and click on re-direct distributors
  • Close the project and open the project folder
  • Delete your Intermediate and Saved folders

Try again and let me know what the new logs say.

Thanks!

Thanks for this steps, !
But unfortunately it gives me the same warnings that 552 “string asset reference was not found”.
I have also noticed that my other question “Error 103 when trying to make a build in 32-bit (x86)” was closed because it is a duplication.
I’m sure that it’s not a duplication, because when i try to make a 32-bit build it fails and gives me a 103 error code while it makes a 64-bit build succesfully without any errors, only similarity is that the warnings are shown within the two builds.
Also, here are the logs for the 32-bit & 64-bit.

[Build Log x86][1]
[Build Log x64][2]

120923-build+log+x86.txt (765 KB)
[2]: 120924-build+log+x64_2.txt (765 KB)

I remember having something similar like year ago and i fixed it by deleting “Intermediate” and “source” and renaming project twice. I dont remember which part helped, so yea…

You can make a copy of a project and try those.

Thanks for the help!

I have solved the warnings by recreating the same paths and folder names with the referenced files.
Then, i deleted those files one by one while i clicked on the replace references button.
After that, i just did a “Fix up redirectors in folder” on the entire project and after this i made a new build where in the log wasn’t any reference warning there.