Hello everybody.
I’m trying to build my project for XBOX one from Visual Studio following the pdf that comes with the sdk.
I’m able to build the project, unreal frontend and shader compiler worker for platform Win64.
Anyway when I switch to platfrom “XboxOne” the build fail with the following error:
Error MSB8006 The Platform for project 'ConsoleTest.vcxproj' is invalid. Platform='Durango'. This error may also appear if some other project is trying to follow a project-to-project reference to this project, this project has been unloaded or is not included in the solution, and the referencing project does not build using the same or an equivalent Platform. ConsoleTest C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\Microsoft.Cpp.InvalidPlatform.Targets 21
Any idea on how to make it work?
Thank in advance.