我已经安装了 VisualStudio 2012 并使用它工作了大约 2 周。但现在我想开始一个 C++ 项目(我通常是 c# 程序员),我写了一些简单的代码。之后我想编译它,但我遇到了很多错误......没有标准的 c-header 文件。
我所做的:创建了一个新的 Win32 项目(空项目)使用这些创建的代码包括:
#include <windows.h>
#include <stdlib.h>
#include <string.h>
#include <tchar.h>
Windows.h 发现其余的没有。有人有想法吗?我还查看了 IncludeDirectories:
$(VCInstallDir)include
$(VCInstallDir)atlmfc\include
$(WindowsSDK_IncludePath)
就这样。有人有想法吗?