Frontend HTML5 Failed (Missing PhysX)

I’m trying to build any project to HTML5. I’m following instructions from here: https://answers.unrealengine.com/questions/42447/html5-for-unreal-engine-410.html

I’m also using the Unreal Documentation.

But UnrealBuildTool.txt log error:

ERROR    root: C:\Users\cristian studio\Documents\GitHub\UnrealEngine\Engine\Source\ThirdParty\PhysX\PhysX-3.3\lib\HTML5\LowLevel.bc: No such file or directory ("C:\Users\cristian studio\Documents\GitHub\UnrealEngine\Engine\Source\ThirdParty\PhysX\PhysX-3.3\lib\HTML5\LowLevel.bc" was expected to be an input file, based on the commandline arguments provided)
-------- End Detailed Actions Stats -----------------------------------------------------------
ERROR: UBT ERROR: Failed to produce item: C:\Users\cristian studio\Documents\Unreal Projects\MyProject\Binaries\HTML5\MyProject.js
Cumulative action seconds (12 processors): 0.00 building projects, 1695.41 compiling, 0.00 creating app bundles, 0.00 generating debug info, 3.40 linking, 0.00 other
UBT execution time: 312.05 seconds

There’s no folder HTML5 inside UnrealEngine\Engine\Source\ThirdParty\PhysX\PhysX-3.3\lib

Any ideas? Is that a bug?

After all it was my fault. It was missing the optional.zip file dependency.