Why Visual Studio 2015 can't run exe file (ucrtbased.dll)?

后端 未结 6 902
佛祖请我去吃肉
佛祖请我去吃肉 2020-12-23 10:52

I have installed the Visual Studio 2015 and created Win32 project with some code. I compiled it successfully, but I can\'t launch exe file, because I don\'t have some ucrtba

6条回答
  •  [愿得一人]
    2020-12-23 11:33

    I would like to suggest additional solution to fix this issue. So, I recommend to reinstall/install the latest Windows SDK. In my case it has helped me to fix the issue when using Qt with MSVC compiler to debug a program.

提交回复
热议问题