I had a missing DLL error and it turns out it was for a debug version of a dll in the Visual C++ 2015 redistributable. I installed Visual Studio with Visual C++ module and it worked after that. I guess it's because the build is set to debug and not release?? Neat demo :)