The C compiler identification is unknown解决办法

Posted yif1991

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了The C compiler identification is unknown解决办法相关的知识,希望对你有一定的参考价值。

环境:VS2015,CMake3.12.0。

问题一:

技术分享图片

解决办法:下载并安装Windows SDK version 8.1。

问题二:

技术分享图片

解决办法:这个问题百度了半天也没找到合适的办法,好多博客都是复制来复制去得,无语。换了Bing,得,一下子就出来了。

stackoverflow链接:https://stackoverflow.com/questions/20632860/the-cxx-compiler-identification-is-unknown

主要原因是VS2015没有安装C++编译器,可能是我之前项目是C#的原因吧。安装也简单,新建项目时选择C++就会自动提示安装。

技术分享图片

连刚刚的Windows SDK version 8.1也可以一并安装喽!

以上是关于The C compiler identification is unknown解决办法的主要内容,如果未能解决你的问题,请参考以下文章

A C compiler that parses this code will contain at least the following symbol table entries

Java compiler level does not match the version of the installed Java project fac

[An Introduction to GCC 学习笔记] 15 How the compiler works, Identifying files

[An Introduction to GCC 学习笔记] 15 How the compiler works, Identifying files

Java compiler level does not match the version of the installed

错误记录Android Studio 编译报错 ( Module was compiled with an incompatible version of Kotlin. The binary )