无法打开文件,错误代码 = 0x80070002 Visual Studio 错误。我不知道如何解决这个问题
目前正在使用 Visual Studio 和 C++ 做一个学校项目。我似乎无法编译和测试我的代码,因为我不断收到 Visual Studio 弹出窗口,内容如下
错误:无法打开文件 U:\ProjectOne\Debug\Source.obj。错误代码 = 0x80070002。
我不完全确定如何解决这个问题,因为我对编程还是新手,还不知道文件管理是如何工作的。到目前为止,我使用的唯一文件是项目文件夹中的 Source.cpp 文件和 Header.h 文件。
Currently doing a school project using Visual Studio and C++. I can't seem to compile and test my code because I keep getting a Visual Studio pop up that reads
Error: Unable to open file U:\ProjectOne\Debug\Source.obj. Error Code = 0x80070002.
I'm not entirely sure how to go about this as I am still new to programming and have no idea how file management works yet. The only files I am using thus far are a Source.cpp file and a Header.h file in my project folder.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论