I change computer and my project dont want to build

Unable to find project ‘C:\Users****\Documents\Unreal Projects\kwiatki\kwiatki.uproject’.

Go to the project folder and delete intermediate, DerivedDataCache, Binaries.
if c++ version and then right click your uproject and regenerate the project).

Run the uproject file. It should recreate the Intermediate and DerivedDataCache folders. If it’s c++ you will also get a new .sln file.

Try running your project either directly from the uproject file if it’s all blueprints or run the sln file in your ide and compile it then run it from the ide.

Spróbuj uruchomić projekt bezpośrednio z jego katalogu. Jeśli nie zadziała a jest z c++ to spróbuj zregenrować projekt wciskając prawym przyciskiem na plik uproject i wybierz opcję generowanie projektu (w win 11 może być pod opcją pokaż więcej opcji)

Jeśli był c++ to odpal plik .sln i skompiluj projekt pod swoim IDE. Po uruchomieniu powinien odpalić unreal’a

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.