Everything was fine until about half an hour ago - I added 1 pure virtual
operation to a base class and a concrete method to 9 subclasses, (I think
this is irrelevant!) and half of the classes are now missing and I can't use
the others. The method was called SortList() and calls a list sort operation
specific to that class.
I have tried to add the files to the project again, but they are already
there. I have closed and re-opened visual studio. I have done a rebuild.
Any help appreciated!
Sorry for the panic post - second part of this is fixed now - the build
error 2079 was caused by a missing '}' at the end of the class header file.
However, my classes are still absent from the Class View, even though they
are in the project and used by other classes - where have they gone and how
do I get them back?!?
Other files that get corrupted and can safely be deleted are *.aps,
*.ncb and *.opt
Paul.