Visual Studio 中的奇怪链接错误
我在 Windows 7 中使用 Visual Studio 2008 pro。在尝试编译简单的 C++ 代码时出现奇怪的链接错误。这是致命错误 LNK1104:无法打开文件“C:\Users\CSE.obj”。知道原因是什么以及如何克服它吗?
我的 Windows 用户帐户名为“CSE User 15”。
I use Visual Studio 2008 pro in Windows 7. I got a strange link error when trying to compile a simple C++ code. It was fatal error LNK1104: cannot open file 'C:\Users\CSE.obj'. Any idea what the cause is and how to get over it??
My Windows user account is named as 'CSE User 15'.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您的路径中有空格!查看此页面:
为什么在 Visual Studio 中编译 C++ 项目时出现致命错误“LNK1104:无法打开文件 'C:\Program.obj'”?
Your path has spaces in it! Check out this page:
Why does fatal error "LNK1104: cannot open file 'C:\Program.obj'" occur when I compile a C++ project in Visual Studio?