Deleting classes in C++ v7 (.NET)
-
I am trying to delete an unwanted class. I am using C++.NET and I am having difficulties (to say the least). I have “physically” deleted the files from the folder where they are stored and I have also “physically” deleted the .obj file. I have then cleaned the sln. When I try to build the sln I get a LINKER error for unresolved external. Can anybody please tell me what else I should do to get rid of this class that is haunting me? Thanks in advance:)
-
I am trying to delete an unwanted class. I am using C++.NET and I am having difficulties (to say the least). I have “physically” deleted the files from the folder where they are stored and I have also “physically” deleted the .obj file. I have then cleaned the sln. When I try to build the sln I get a LINKER error for unresolved external. Can anybody please tell me what else I should do to get rid of this class that is haunting me? Thanks in advance:)
-
Remove the files (.cpp and .h) from the solutions browser tree. You should be ok after this.
I Dream of Absolute Zero