Failed to rebuild

Hey there @LuhBonettoRD! I’ve seen your other recent topics on issues with your C++ project. So considering the infos you’ve provided there as well, there’re a multiple things to cover here:

  • The reason for the error & warning messages you’re encountering is likely due to the VS version you’re using. The latest VS 2022 version (17.12) seems to have NuGet related issues when used with UE 5.4. The officially recommended VS 2022 version for UE 5.4 is 17.8.
  • It also appears that you later converted your blueprint project into a C++ one. Things might have gone wrong there if you also upgraded your engine version along with that. So instead of regenerating the VS related files, I’d recommend you creating a blank project and migrating your assets into the new project. Make sure to enable all the plugins you use in your original project before migrating your assets!

You can migrate assets by right clicking on an asset, navigating to the Asset Actions on the menu that pops up and then selecting the Migrate option. Do not uncheck any of the already ticked dependencies and just click on OK, and then select the new project’s Content folder as their new home. You can also migrate multiple assets at once, or just right click on a folder to migrate all of the contents inside! When you right click on a folder, the Migrate option won’t be hidden behind any additional menus.

If your new project crashes while migrating or you’re unable to build / open it after migrating your assets, try migrating the assets in separate bulks to see which one’s causing the issue.

Hope this helps! :innocent: