即使在关闭 CLR 选项后仍出现错误 D8045 "cannot compile C file <file> with /clr option"

Getting error D8045 "cannot compile C file <file> with /clr option" even after turning off CLR option

这是在 Visual Studio 2015 年。

我有一个从我的 .NET Visual C++ 代码中使用的本机 C 库。我知道我必须根据 this question 将每个 .c 文件的 属性 页面上的 "Common Language Runtime Support" 选项更改为 "No Common Language Runtime Support"。但是,即使我关闭了该选项,我在尝试编译这些文件时仍然收到错误 D8045。

这是 VS2015 中的已知问题,还是我遗漏了什么?

它最终自行消退。我已经重新启动 Visual Studio 几次并且它一直在发生,这就是我问这个问题的原因。我猜某处的某些缓存未更新或损坏或其他原因。