致命错误C1001:编译器发生内部错误(编译器文件' msc1.cpp',第1325行)

时间:2015-08-12 06:50:01

标签: c++ visual-studio-2013

当我编译代码时,错误指向下面的类。错误在两行上突出显示如下:     tm validFrom {};     tm validUntil {};

struct t_SslCertData final
{
    struct t_Contact
    {
        TCHAR Organization[256];
        TCHAR Unit[256];
        TCHAR CommonName[256];
        TCHAR Mail[256];
        TCHAR Country[256];
        TCHAR StateProvince[256];
        TCHAR Town[256];
        TCHAR Other[1024];
    } subject, issuer;



//Below are the lines where compiler highlights the error

    tm validFrom{};
    tm validUntil{};

    unsigned char hash[20];

    int verificationResult;
    int verificationDepth;

    int priv_data; //Internal data, do not modify
};

2 个答案:

答案 0 :(得分:3)

我没有看到共享代码中的任何错误,您应该转到“设置”并更改优化设置(如果可以,请禁用它)。偶尔会发生此错误。

答案 1 :(得分:0)

尝试一下:重新定位解决方案

img

当我用自己的代码编译虚幻引擎4时遇到了这个问题。 我花了很多工作才能弄清楚。

最新的IDE很好。 vs2017和vs2019都可以安装。您的Windows环境很好。超频的CPU很好。

按照我的解决方式,我猜是因为Windows SDK中您的解决方案中使用的项目彼此不同,所以会导致“编译器内部错误”