uml - Visual Studio Class Diagram creator cannot show association c++ -


when try show member variable association in visual studio 2012 ultimate, error:

cannot show association because 'servernetwork*' cannot found: try 1 of following: -ensure 'servernetwork*' existing type. -if 'servernetwork*' defined outside project ensure have placed correct references in solution explorer.

my code compiles , runs i'm sure servernetwork* type , referenced in solution explorer.

i think has servernetwork.hpp , servernetwork.cpp not being correctly included in project because have clientnetwork.hpp , clientnetwork.cpp both show fine on class diagram.


Comments

Popular posts from this blog

Why does Ruby on Rails generate add a blank line to the end of a file? -

keyboard - Smiles and long press feature in Android -

node.js - Bad Request - node js ajax post -