Missing hostfxr.dll (.NET Core Runtime) When Creating a UE5 Project
I get the following error when trying to create a new Unreal Engine 5 project. An error occurred while trying to generate project files. Running D:/Apps/Epic Games/UE_5.0EA/Engine/Binaries/DotNET/UnrealBuildTool/UnrealBuildTool.exe -projectfiles -project="
forums.unrealengine.com
.Net Core 3.1 Desktop Runtime을 설치하면 해결된다.
- Visual Sutdio Installer가 아닌 홈페이지에서 다운로드하여 설치해야 한다.
- 그냥 Runtime만 설치해도 해결되긴 하는데, 나중에 프로젝트를 빌드하려면 어차피 Desktop Runtime을 설치해야 한다.
Download .NET Core 3.1 (Linux, macOS, and Windows)
.NET Core 3.1 downloads for Linux, macOS, and Windows. .NET is a free, cross-platform, open-source developer platform for building many different types of applications.
dotnet.microsoft.com
'Unreal Engine > 오류' 카테고리의 다른 글
배열 리플리케이션이 안 될 때 (0) | 2023.04.26 |
---|---|
C++ 클래스 생성 후 컴파일 실패 (0) | 2023.03.30 |
TP_VirtualRealityBP.upack 문제로 빌드가 안 될 때 (0) | 2023.03.23 |