Prompt Windows Desktop project compilation failure when compiling xenko.sln project: fatal error lnk1112: module machine type ‘x86’ conflicts with target machine type ‘x64’
To Reproduce
Steps to reproduce the behavior:
- New installation of windows 10 (ver: 10.0.18363) system
2· Clone the latest code of the master branch - New installation of Visual Studio Enterprise 2019 (ver: 16.4.5)
- Visual Studio 2019 with the following workloads:
.NET desktop development with .NET Framework 4.7.2 targeting pack
Desktop development with C++ with
Windows 10 SDK (10.0.17763.0)
MSVC v142 - VS2019 C++ x64/x86 build tools (v14.23)
MSVC v142 - VS2019 C++ x64/x86 Spectre-mitigated libs (v14.23)
.NET Core cross-platform development
Universal Windows Platform development
MSVC v142 - VS2019 C++ ARM build tools (v14.23)
MSVC v142 - VS2019 C++ ARM Spectre-mitigated libs (v14.23)
FBX SDK 2019.0 VS2015
5· Open<XenkoDir>\build\Xenko.sln
with Visual Studio 2019, and build.
Did I do something wrong?