Greetings all,
I have a Xenko game prototype built for Windows on Windows 7. It works great on my machine, as well as on a friend’s machine (he also has Xenko installed).
However, on a machine which doesn’t have Xenko installed, I’m running into the error where I’m getting “needs MSVCP140.dll”. Googling this suggested that I needed a Visual C++ Redistributable for Visual Studio 2015, so I installed that, but I’m still getting this error.
Note: I have DirectX11 installed and the .NET 4.6.1 Framework installed.
Thanks!