I'm unable to execute my Qt application because Qt5Widgetsd.dll depends on a vcruntime140d_app.dll, but my VS2015 installation only has a vcruntime140d.dll and I'm not able to find much information about vcruntime140d_app.dll on google. Does anyone know what the difference between the two are, why Qt5Widgetsd.dll depends on vcruntime140d_app.dll instead of vcruntime140d.dll and how I could get my hands on vcruntime140d_app.dll?
I have tried reinstalling VS2015 and running the vcredist installer in the Qt5.8.0 distribution.
Thanks in advance!