c++ - 在 Visual Studio Community 2019 中生成包含文件的图表

标签 c++ visual-studio visual-studio-2019

我想使用 Visual Studio 2019 Community 在我的 C++ 项目中“生成包含文件的图表”,但是当我右键单击时,该选项不会出现,尽管它出现在另一台电脑上(使用相同的项目), Visual Studio 2017。 他们今年把它删除了吗?

最佳答案

操作“生成包含文件的图表”仅在VS2019 Enterprise版本中可用,作为代码映射模块的一部分。它可以运行,即通过代码文件中上下文菜单中的选项运行。

关于c++ - 在 Visual Studio Community 2019 中生成包含文件的图表,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/55927503/

相关文章:

visual-studio - 重构重命名 ASP.Net 控件

c++ - 如何使用 ms vc++ 编译器在 netbeans 中构建 dll 文件?

c++ - Intellisense 不显示 Visual Studio 2019 中 cmake 项目的语法错误

python - 将 Scribus 引用添加到 Visual Studio 2019 Python 项目

c++ - 有哪些 C++ 智能指针实现可用?

c++ - 在 C++ 中递增 char 指针

c++ - 程序在 visual studio 中运行但释放可执行文件崩溃

c# - 错误或 Azure DevOps 错误 : TF402484 The personnel team project has been deleted

c++ - C++中的switch语句错误

c++ - 增加已经在流末尾的 istream_iterator 的结果是什么?