Finally I’ve got a solution!
It was the UnrealBuildTool and Visual Studio 2022. See my logfile Row 6 from the bottum.
So, what I have done was as follow:
-
Open Visual Studio Installer and go to “Modify”.
-
Go to “Individual components” and type in “msvc 2022 86”. Check v14.36-17.6 and install it.
-
See for your correct version on the C - program fils - microsoft visual studio 2022 - community - VC - Tools - MSVC. There should be a folder named: 14.36.32532
-
Now, go to %AppData% - Roaming - Unreal Engine - UnrealBuildTool. Here you will fine a xml file like “BuildConfiguration.xml”. Open it.
-
Write it correctly with your version from point 3. That will looks like this. Make sure you type everything and use your version.
Save the file and restart UE5 and try again to “windows packaging”. This works for me.