使用vs2022编辑c++程序时,程序报错并退出,代码0xc0000279
#include <iostream>
#include <opencv2/opencv.hpp>
using namespace cv;
using namespace std;
int main(int argc,char** argv) {
Mat src = imread("1.jpg");
imshow("input", src);
waitKey(0);
destroyAllWindows();
return 0;
}
使用directX修复工具,下载并反复安装vsc++Redistributable以及opencv4.10,更新vs2022至最新版,使用window联机修复工具,皆没有成功,希望能得到大佬的帮助