我和我的伙伴都通过颠覆共享一个 c++ 解决方案。
他使用的是 Visual Studio 11,而我使用的是 Visual Studio 2010。
在他第一次提交并且我更新后,我收到以下错误:
Error 31 error MSB8008: Specified platform toolset (v110) is not installed or invalid. Please make sure that a supported PlatformToolset value is selected.
另外,在头文件中,我收到以下错误#include <stdio.h>
:
error: cannot open source file "stdio.h"
我猜这是一个兼容性问题。我们如何解决这个问题?