C ++可再发行文件已被删除,在打开Visual Studio项目时会导致错误

时间:2017-02-22 17:52:18

标签: c++ visual-studio

在一个错误中,我几个月前删除了一些文件。我认为它是visual c ++可再发行文件之一。当我打开任何c ++项目时,我有大约四百个错误,如:

cannot open source file "corecrt.h"
cannot open source file "ctype.h"
cannot open source file "errno.h"
cannot open source file "float.h"
cannot open source file "stdio.h"

我重新安装了所有可再发行文件并安装了所有x64版本,但错误仍然存​​在。

我能做什么?我可以在不重新安装visual studio的情况下修复它吗?

1 个答案:

答案 0 :(得分:2)

通常,您可以使用相同的版本安装程序来修复安装,而不是全新安装。

如果您已自定义安装并且不想丢失它,请尝试导出设置,以便日后恢复。 Here有关此问题的更多信息。