Unreal EngineでのWindows用ビルド時のエラー

UE4にてWindows用にビルドすると以下のようなエラーが発生。

ERROR: Windows SDK must be installed in order to build this target.

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.

それぞれVisual Studio Installerから必要なコンポーネントを追加することで解決。

Windows SDK はこちらに含まれている。

.NET framework はこちらに含まれている。

それぞれインストール完了後にもう一度UE4にてビルドを行う。