[Unreal4] ERROR: Could not find NetFxSDK install dir; this will prevent SwarmInterface from installing. Install a version of .NET Framework SDK at 4.6.0 or higher 수정
728x90
언리얼 4.27 버전으로 프로젝트를 생성하려고 하니
ERROR: Could not find NetFxSDK install dir; this will prevent SwarmInterface from installing. Install a version of .NET Framework SDK at 4.6.0 or higher.
에러가 발생했다. 대충 닷넷 프레임워크 버전이 낮아서 그런 것 같으니 닷넷 프레임워크 SDK 를 최신 버전으로 설치해보자.
https://dotnet.microsoft.com/en-us/download/visual-studio-sdks
이 사이트에 가면 마이크로 소프트의 .Net 프레임워크 SDK 를 다운 받을 수 있다.
4.8 버전을 다운로드 한다.
설치를 완료하고 언리얼 프로젝트를 생성하면 정상적으로 설치된다.
728x90