Xenos
Xenos copied to clipboard
Having trouble building with VS2019
Cloned Xenos source off github and tried to build it but it comes out with 49 errors (I have no coding knowledge lmfao)

That is all of them. I saw 2 other people on here with the same issue, one fixed it but didn't say how, and the other got a recommendation (that I tried) and it didn't work. Before anyone gives me the same recommendation, I have the .NET Desktop Develop Component and I am using stdcpp 17 Any help would be greatly appreciated.
What I did and that openned the project correctly :
- Downloading a new ZIP of Xenos
- Same for Blackbone
- Extracting blackbone in /ext/blackbone
- Run Xenox.sln and don't redirect when it ask for a newer Win10 SDK
If you add /permissive to the command line additional options under compile, it should skip the strict string checking; alternatively you can use /Zc:strictStrings-
This works for me with retargeting as well, but I haven't tested it fully to see if it's fully functional after being more permissive.