C++にてプロジェクトの作成ができない

Unreal Engine 5.3について質問があります。
C++を選択後、プロジェクトの作成を行うと下記のエラーが発生してしまいます。
ブループリント選択時は問題なくプロジェクトを作成、起動することができました。
また、Windows SDKのダウンロードはVisual Studio Community 2022のダウンロード時に行っており、
現在はWindows 10 SDK(10.0.18362.0),Windows 11 SDK(10.0.22621.0)がインストール済です。

・下記エラーについて解決の糸口となる情報をどのようなものでもよいのでいただければ幸いです。

↓エラーログ
“”"
Running F:/UE5/UE_5.3/Engine/Build/BatchFiles/Build.bat -projectfiles -project=“G:/UE5/MyProject/MyProject.uproject” -game -rocket -progress
Using bundled DotNet SDK version: 6.0.302
Running UnrealBuildTool: dotnet “…..\Engine\Binaries\DotNET\UnrealBuildTool\UnrealBuildTool.dll” -projectfiles -project=“G:/UE5/MyProject/MyProject.uproject” -game -rocket -progress
Log file: C:\Users\ユーザ名(英語表記)\AppData\Local\UnrealBuildTool\Log_GPF.txt

Some Platforms were skipped due to invalid SDK setup: Win64, Android, Linux, LinuxArm64.
See the log file for detailed information

Generating VisualStudio project files:
Discovering modules, targets and source code for project…
No available Windows SDKs found
Windows SDK must be installed in order to build this target.
“”"

環境
Windows10
Unreal Engine 5.3
Visual Studio Community 2022

試したこと
VS2022、UE5.3の再インストール
PCの再起動
Windows 10,11 SDKの複数バージョンを入れ替えてインストール
下記、記事の内容
https://furcraea.verse.jp/wp/2022/04/06/ue5パッケージ化-windows-sdkエラーの解決方法-ue5-packaged-windows-sdk-error-answer/

https://www.reddit.com/r/unrealengine/comments/nm6nuz/are_you_unable_to_package_windows_projects_in_ue5/

you will need to install the proper SDK from your visual studio installer 2022:

回答ありがとうございます。
添付画像と同バージョンも既に試しましたが、同様のエラーが発生しました。

Thank you for your answer.
I already tried the same version as the attached image, but the same error occurred.

image

double check these individual component and it should match your windows version.
And try to update windows as well.

ありがとうございます。
帰宅後それらを試してみます。

Thank you very much.
I will try those when I get home.

1 Like

先ほど頂いたアドバイスの通りインストール作業を行いましたが、やはり同様のエラーが発生しました。

そのため、別のPCにてVS2022とUE5.3のインストール作業を行ってみたところ問題なくプロジェクトが作成できることを確認しました。

ファイルの差を確認したところ、同様の手順でインストール作業を行ったものの複数のファイルが足りていない状態でした。
そこで別PCからWindows Kitsフォルダの内容をコピーし、入れ替えることで問題を解決することができました。

親身に相談に乗っていただきありがとうございました。

I performed the installation process as per the advice I received earlier, but still encountered the same error.

Therefore, I tried installing VS2022 and UE5.3 on another PC and confirmed that the project could be created without problems.

I checked the difference in files and found that several files were missing although I followed the same procedure for the installation process.
Therefore, we were able to solve the problem by copying the contents of the Windows Kits folder from another PC and replacing them.

Thank you very much for your kind help.

1 Like