How to delete a class?
-
Hi, I want to delete a class from my project (class view) butI am not sure that how to do it. I looked through all file, edit menu. I don't see any options to do so. I tried to delete the cpp & h files but I got compilation error, C1083: Cannot open source file:......... Can someone give me some suggestions? Thanks, Kevin
-
Hi, I want to delete a class from my project (class view) butI am not sure that how to do it. I looked through all file, edit menu. I don't see any options to do so. I tried to delete the cpp & h files but I got compilation error, C1083: Cannot open source file:......... Can someone give me some suggestions? Thanks, Kevin
you should also delete the cpp&h files in the "FILEVIEW" of workspace view(which containing three view,Class view,resource views,fileview),delete the cpp file in the "Soure Files",and delete the h file int the "Header files".Following above steps, you will not get the compilatin error. I LOVE VC -- modified at 21:58 Saturday 15th October, 2005
-
you should also delete the cpp&h files in the "FILEVIEW" of workspace view(which containing three view,Class view,resource views,fileview),delete the cpp file in the "Soure Files",and delete the h file int the "Header files".Following above steps, you will not get the compilatin error. I LOVE VC -- modified at 21:58 Saturday 15th October, 2005
It works. Thx! Kevin