S
S J
I have a VS 2005 C++ project including a bunch of files under multiple
folders. For example:
- project root
- file1.cpp
- file2.cpp
- folder1
- file3.cpp
- file4.cpp
- folder2
- file5.cpp
- file6.cpp
I used Project - Add Existing Item to add file1 to file 6 to the
project. I could only add files to the project. There is no option to
add an entire folder. After compiling successfully, I went to Project -
Visio UML - Reverse Engineer to create a visio UML. The output log of
the reverse engineering shows it succeeded. However, when I open the
visio file, only the classes in file1.cpp and file2.cpp were shown in
the model explorer. I have tried everything but just couldn't get the
files under subfolders, i.e. file3 to file6 added to the model. Did I
do anything wrong or did I miss anything?
Thanks.
Frank
folders. For example:
- project root
- file1.cpp
- file2.cpp
- folder1
- file3.cpp
- file4.cpp
- folder2
- file5.cpp
- file6.cpp
I used Project - Add Existing Item to add file1 to file 6 to the
project. I could only add files to the project. There is no option to
add an entire folder. After compiling successfully, I went to Project -
Visio UML - Reverse Engineer to create a visio UML. The output log of
the reverse engineering shows it succeeded. However, when I open the
visio file, only the classes in file1.cpp and file2.cpp were shown in
the model explorer. I have tried everything but just couldn't get the
files under subfolders, i.e. file3 to file6 added to the model. Did I
do anything wrong or did I miss anything?
Thanks.
Frank