I can’t build Urho3d project under the Visual Studio 2015 Update 1 (Version 14.0.24720.0 D14REL).
I have tried built the Urho3D-1.5 release source code, and the latest code from “Master” branch.
I get the following error in output window -
1>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\Microsoft.CppCommon.targets(171,5): error MSB6006: "cmd.exe" exited with code -1073741515.
1> Done executing task "CustomBuild" -- FAILED.
1> 1>
1>Done building target "CustomBuild" in project "Urho3D.vcxproj" -- FAILED.
1>
1>Build FAILED.
The full output can see here - http://pastebin.com/iwrURe5B
Also I have tried to install VS2015 without Update 1. Then I couldn’t open Urho3D solution at all, i got error like this - “this project is incompatible with this version of visual studio 2015”.
I use Windows 7 64 bit and generate project through cmake2015.bat with command >cmake_vs2015.bat build -DURHO3D_DATABASE_ODBC=1
Any suggestions how I can fix it ?
Thanks.