问题
I wanted to "Generate the graph of include files" in my C++ project, using Visual Studio 2019 Community, but that option doesn't appear when I right click, despite appearing (with the same project) in another PC, with Visual Studio 2017. Did they remove it this year?
回答1:
Action "Generate Graph Of Include Files"
is available only in VS2019 Enterprise edition, as part of the Code Maps
module. It can be run i.e. via option in context menu within code file.
来源:https://stackoverflow.com/questions/55927503/generate-graph-of-include-files-in-visual-studio-community-2019