Hello. I have this 2 errors. How can i fix this? Reimport doesn’t work.
Hello,
There are a few things you can try to fix this error:
- Manually remove the asset from your project’s Content folder (copy it somewhere else first) and then move it back into the content folder. You may need to re-select the mesh from the dropdown of any assets that were using the mesh.
- You can try going into Edit->Project Settings->Packaging and enabling the Full Rebuild option, then attempting to package again.
- You can try right clicking the Content folder in the Content Browser and selecting the Fix Up Redirectors in this Folder option.
Let me know if any of these suggestions help.
Have a great day
Hi Sean,
thanks for response. I done all your tips, but still i can’t package.
Now i have this errors
Is your Default Game Mode set to something other than None? If it is set to None, this can cause this issue.
Also, file paths may not contain spaces or special characters, so if the file path it is searching contains these characters, you’ll have to make alterations to the folder/file name(s).
Could you please package the game again and provide the log from your project’s Saved->Logs folder?
It would be under Edit->Project Settings->Maps and Modes. Also, you could check your World Settings to ensure that you have not overridden the game mode.
I don’t know where is Default Game Mode. When i created project i chose third-person game mode.
Exception in AutomationUtils.Automation: You are attempting to compile on a machine that does not have a supported compiler!
This is also an error I’m seeing. Go ahead and install Visual Studio 2015, and ensure to install the C++ content as well.
Here is a guide on how to do just that: Setting Up Visual Studio for Unreal Engine | Unreal Engine Documentation
Once you have done this, please provide the logs again if it fails to package (the error messages may change once you have VS 2015 installed) and we can look into the errors you are getting.
These pages show you how to install the C++ content:
Here you are logs link text
Default GameMode : ThirdPersonGameMode
Today i downloaded vs_community_ENU. This is “launcher” for instalation VS2015. I chose standard setup, because i dont know what i need to chose in custom setup.
Thank you! now all working. SOLVED