简体   繁体   English

严重错误C1083:无法打开包含文件:'xmemory':没有此类文件或目录

[英]fatal error C1083: Cannot open include file: 'xmemory': No such file or directory

I was having troubles with visual studio, and I ran a repair. 我在使用Visual Studio时遇到了麻烦,并且进行了维修。 Upon my first compile, this error shows up. 在我第一次编译时,出现此错误。 Should I really just start from scratch or is there a fix? 我真的应该从头开始还是有修复程序? I can't find any solution to this online... 我在网上找不到任何解决方案...

Fixed. 固定。 I know it's not the most interesting answer, but I just uninstalled and reinstalled Visual Studio and it all worked. 我知道这不是最有趣的答案,但我只是卸载并重新安装了Visual Studio,并且一切正常。

It must be looking for that file in your directory structure. 它必须在目录结构中寻找该文件。 Find out where that file should be . 找出该文件应该在哪里。 Actually you Will see that file is missing from its expected location .You can copy that file , Which is requirement here for for Compilation . 实际上,您会看到该文件从其预期位置丢失。您可以复制该文件,这是编译所需的。 If you do so compilation will proceed further. 如果这样做,编译将继续进行。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 SWIG致命错误C1083:无法打开包含文件 - SWIG Fatal error C1083: Cannot open include file QtCreator中的“致命错误C1083:无法打开包含文件” - “Fatal Error C1083: Cannot open include file” in QtCreator 严重错误C1083:无法打开包含文件:“ Item.h”':没有此类文件或目录 - fatal error C1083: Cannot open include file: 'Item.h”': No such file or directory 致命错误 C1083:无法打开包含文件:'fstream.h':没有这样的文件或目录 - fatal error C1083: Cannot open include file: 'fstream.h': No such file or directory 致命错误C1083:无法打开包含文件:'iostream':没有这样的文件或目录 - fatal error C1083: Cannot open include file: 'iostream': No such file or directory 严重错误C1083:无法打开包含文件:'vld.h':没有此类文件或目录 - fatal error C1083: Cannot open include file: 'vld.h': No such file or directory 致命错误 C1083:无法打开包含文件:“xyz.h”:没有这样的文件或目录? - fatal error C1083: Cannot open include file: 'xyz.h': No such file or directory? 致命错误C1083:无法打开包含文件:'boost / variant.hpp':没有这样的文件或目录 - fatal error C1083: Cannot open include file: 'boost/variant.hpp': No such file or directory 致命错误 C1083:无法打开包含文件:“boost/config.hpp”:没有这样的文件或目录 - fatal error C1083: Cannot open include file: 'boost/config.hpp': No such file or directory 严重错误C1083:无法打开包含文件:'mexutils.h':没有此类文件或目录 - fatal error C1083 : Cannot open include file: 'mexutils.h': No such file or directory
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM