致命错误 C1083: 无法打开包含文件: 'xmemory': 没有这样的文件或目录

发布于 2025-01-01 09:56:42 字数 88 浏览 5 评论 0原文

我在使用 Visual Studio 时遇到了问题,我进行了修复。在我第一次编译时,出现此错误。我真的应该从头开始还是有解决办法?我在网上找不到任何解决方案...

I was having troubles with visual studio, and I ran a repair. 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...

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

诺曦 2025-01-08 09:56:42

固定的。我知道这不是最有趣的答案,但我刚刚卸载并重新安装了 Visual Studio,一切正常。

Fixed. I know it's not the most interesting answer, but I just uninstalled and reinstalled Visual Studio and it all worked.

请持续率性 2025-01-08 09:56:42

它必须在您的目录结构中寻找该文件。找出该文件应该在哪里。实际上您会看到该文件从其预期位置丢失。您可以复制该文件,这是编译的要求。如果这样做,编译将进一步进行。

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文