Class View
-
Hi, I am having a problem with the Class View in MS VC++ 6.0 (SP 5). It does not display my classes/structures that were defined in a header file (.h). Classes locally defined in a file show up correctly. I tried deleting the NCB file but it didn't solve my problem. Is there a solution to this problem? Thanks, Francisco
-
Hi, I am having a problem with the Class View in MS VC++ 6.0 (SP 5). It does not display my classes/structures that were defined in a header file (.h). Classes locally defined in a file show up correctly. I tried deleting the NCB file but it didn't solve my problem. Is there a solution to this problem? Thanks, Francisco
-
My project is not using MFC, so I don't have a CLW file. Francisco
-
My project is not using MFC, so I don't have a CLW file. Francisco
I found the problem: the header files were not directly added to the project, so Class View was not displaying them. Adding them to the project fixed the problem. Francisco