SDK Not Setup 문제 해결하기 (the sdk for windows is not installed properly, which is needed to generate date. check the sdk section of the launch on menu in the main toolbar to update sdk. would you like to attempt to continue anyway?). 다음과 같은 문구가 뜨며 프로젝트가 Package 되지 않는 문제 해결하기.

 

목차

     

     


     

     

    SDK Not Setup 문제 해결하기

     

    the sdk for windows is not installed properly, which is needed to generate date. check the sdk section of the launch on menu in the main toolbar to update sdk. would you like to attempt to continue anyway?


     

    문제 상황

     

     

     

    다음과 같은 팝업이 뜨면서 프로젝트가 Package가 되지 않는다.

     


     

    Windows SDK 설치

     

    https://developer.microsoft.com/en-us/windows/downloads/windows-sdk/

     

    Windows SDK - Windows app development

    The Windows SDK for Windows 11 contains headers, libraries, and tools you can use when you create apps that run on Windows.

    developer.microsoft.com

     

     


     

    hostfxr.dll 파일 복사하여 AutomationTool 폴더에 붙여넣기

     

    C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\ThirdParty\DotNet\Windows\host\fxr\3.1.9

     

     

     

    C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\DotNET\AutomationTool

     

     


     

     

     

     

    https://dotnet.microsoft.com/ko-kr/download/dotnet/3.1

     

    .NET Core 3.1 다운로드(Linux, macOS 및 Windows)

    Linux, macOS 및 Windows용 .NET Core 3.1 다운로드. .NET은 다양한 유형의 애플리케이션을 빌드하기 위한 무료 크로스 플랫폼 오픈 소스 개발자 플랫폼입니다.

    dotnet.microsoft.com

     

    다운로드 후 설치하기.

     


     

     

     

     

    문제해결 - 실행화면

     

     

    더 이상 오류 팝업이 뜨지 않고 정상적으로 패키지 된다.