VS2013与Intel Fortran编译器的集成

VS2013 integration with Intel Fortran Compiler

本文关键字:集成 编译器 Fortran Intel VS2013      更新时间:2023-10-16

我在VS2013 Professional中开发了几个c++代码。今天,我安装了英特尔Fortan编译器(Composer XE2013 SP1),现在我的c++项目都无法加载。当我打开解决方案时,我看到:

myprojectname (load failed)

The Project requires user input. Reload the project for more information

如果我重新加载项目,我得到一个弹出错误,读:

Parameter "path" cannot be null.

有什么建议如何解决这个问题,而不只是重新安装VS?谢谢!

在Google上搜索这个错误消息往往会建议如果项目在网络驱动器上,您可能会得到这个错误消息。推荐的解决方案是右键单击项目(在解决方案资源管理器中),选择Reload project,并响应提示。