VS Studio 编译 Fortran 代码时出现编译错误
Compilation Error in VS Studio compiling Fortran code
我在 VS Studio 中编译 Fortran 代码时遇到此错误:
warning #31001: The dll for reading and writing the pdb (for example, mspdb110.dll) could not be found on your path.
我还想在项目属性中更改基础平台工具集,但在 VS 2019 中 IDE 我找不到这个选项来编辑它。
我正在使用 Intel Compiler 2021。我也尝试将我的 VS Studio 升级到最新版本,但问题仍然存在。
请告诉我如何解决这个问题。
此消息表示您的 Visual Studio 配置错误。确保您安装了 Visual Studio 的“C++ 桌面开发”和“Windows 10 SDK”组件(参见 https://www.intel.com/content/www/us/en/developer/articles/guide/installing-microsoft-visual-studio-2019-for-use-with-intel-compilers.html)您可能需要同时卸载英特尔编译器和 Visual Studio,然后重新安装。
我在 VS Studio 中编译 Fortran 代码时遇到此错误:
warning #31001: The dll for reading and writing the pdb (for example, mspdb110.dll) could not be found on your path.
我还想在项目属性中更改基础平台工具集,但在 VS 2019 中 IDE 我找不到这个选项来编辑它。 我正在使用 Intel Compiler 2021。我也尝试将我的 VS Studio 升级到最新版本,但问题仍然存在。 请告诉我如何解决这个问题。
此消息表示您的 Visual Studio 配置错误。确保您安装了 Visual Studio 的“C++ 桌面开发”和“Windows 10 SDK”组件(参见 https://www.intel.com/content/www/us/en/developer/articles/guide/installing-microsoft-visual-studio-2019-for-use-with-intel-compilers.html)您可能需要同时卸载英特尔编译器和 Visual Studio,然后重新安装。