liamkf / Unreal_FASTBuild

Allows UnrealEngine to be built with FASTBuild for VS2015/VS2017 and Windows 10.
MIT License
180 stars 71 forks source link

Linkage fails on UE4 4.15 Xbox One #23

Closed MazingR closed 6 years ago

MazingR commented 6 years ago

Hello,

I'm getting a link error with UE4.15 ThirdParty PhysX library, as if the .lib was missing. Of course the file is there and compilation without FastBuild works fine.

I basicaly get this error :

`3>LINK : fatal error LNK1181: cannot open input file 'PhysX3PROFILE.lib'

....

3>ERROR : UBT error : Failed to produce item: . ... `

Thanks for the help.

yass007 commented 6 years ago

Can you try the latest please? If you can upgrade to 4.18 :).

yass007 commented 6 years ago

Closing since 4.18 and 4.19 have been pushed with XBox One support.