Problem package project 64 bit ue4.14

link text
hi!
i have a problem to package my project for shipping with ue4.14
can you help me?

ok thank you Marco i’ll try it
best regards

Ok, doesn’t say much. What is this listed logfile UnrealBuildTool-2018.01.17-18.58.52.txt saying?

Hi Marco
i think that the problem is that i haven’t more ue4.14 in disk C
I 've created junction with mklink in disk D to have much more space free( disk manager C si only 128 gb)
But with windows fall my junk not work fine anymore

this is the error during compiling
Program.Main: ERROR: AutomationTool terminated with exception: AutomationTool.CommandUtils+CommandFailedException: Command failed (Result:5): D:\EpicGames\4.14\Engine\Binaries\DotNET\UnrealBuildTool.exe paesaggioperoculus Win64 Shipping -Project=D:\lostworldvrcopia\lostworldvrcopia\lostworldvrcopia.uproject D:\lostworldvrcopia\lostworldvrcopia\lostworldvrcopia.uproject -remoteini=“D:\lostworldvrcopia\lostworldvrcopia” -noxge -NoHotReload -ignorejunk. See logfile for details: ‘UnrealBuildTool-2018.01.17-18.58.52.txt’

ok this is the log filelink text

Ok. What I believe is happening is that your Visual Studio installation is missing some necessary components, in particular the VC++2015 toolset(x86,x64) if you are using VS2015 or the VC++ 2017 v141 toolset(x86,x64) if you are using VS2017.

For Visual Studio 2015

Control Panel → All Control Panel Items → Programs and Features → Visual studio 2015

Click change/uninstall

Choose the VC++2015 toolset(x86,x64) and install.

For Visual Studio 2017

Run Visual Studio Installer.

Select Modify button.

Go to the “Workloads” tab.

Look under “Desktop Development with C++”

Tick “VC++ 2017 v141 toolset(x86,x64)”.

Install.

In any case you can refer to the official documentation on how to properly install Visual Studio to develop with Unreal Engine 4:

Try this. Open the SLN file in Visual Studio, then launch the Build there. You will get more specific hints to what is going wrong.

From the log file, it looks like a key include is missing, so the compiler aborts. Probably you are missing some dependencies. Try this in Visual Studio:

  1. Right click on the project in “Solution explorer”.
  2. Goto “Properties”.
  3. Set the “Windows SDK version” to the latest (10.0.xx).

Thank you Marco!
Infact this is the problem .
When i have disk space free i’ll installing the visual studio tools
Best regards

Good! Can you please accept my last answer above? It will help others with a similar issue in the future. Tnx!

OK
Thank’s very much!!!