Packaging Problem - Build Failed Unknown Error

I’m from an architectural background, starting to dip my toes into using UE4 for VR architectural visualisations. I’ve followed several hours of tutorial on line and built a small scene which can be explored in VR, using the Virtual Reality Blueprint as a template. It works fine when I play in VR Preview mode but have come across a problem trying to package. Unfortunately I have no coding knowledge, so the attached error log means nothing to me and I’m looking for guidance as to how to resolve the error. link text

I’m using Unreal Engine 4.14.3 on a PC running Windows 10 Pro 64-bit.

I tried packaging using a clean project using the Virtual Reality Blueprint template and this works fine.

Any assistant would be most welcome.

1 Like

Hello ronmilne,

Usually the quickest way to find out what may be causing your project to fail when packaging is to use the Find function (ctrl+f) in a text editor program to search the log file for the word “Error” and “Warning”. From doing that with this log, this error came up:

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

Can you please install the Windows SDK v8.1 from Microsoft’s website, restart your computer, and then try again? If you receive any more errors, please let me know and we can try to figure it out.

1 Like

Hi Matthew,

thank you for your reply.

I’ve installed SDK v8.1, restarted the PC and then tried again but unfortunately it’s still failing.

I’ve attached then new output log. link text

Kind regards

It looks like it was replaced by another error that is the result of another missing component.

No 32-bit compiler toolchain found in C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\cl.exe

This means that your Visual Studio 2015 installation is missing a certain component. Please open your Control Panel > Programs and Features > Microsoft Visual Studio 2015 > Change > Modify and then select “Common Tools for Visual C++ 2015” under “Visual C++” and then continue with the installation. This should resolve that error. If you receive another error, please try searching for the error message as these are common errors that should be easy to find the solution for.

1 Like

Thank you Matthew, that worked perfectly and packaged with no problems.

Thank you once again for your help.

Hi Matthew,

I am having the same problem, and currently using the Visual Studio 2017.
Can you guide me on how to modify the installation for the VS2017?

Thank you!

Thank you very much, I decided to build my project for the first time and had the same issues. Had an old version of Visual Studio because I usually don’t need it but after updating and installing the right packages it worked!