chpicker
Programmer
- Apr 10, 2001
- 1,316
I have been programming for 15 years, but have never touched C in my life. I decided I wanted to learn, so I've been trying out the tutorials in the MSDN library. I started with the MFC tutorial that creates the Scribble application.
Toward the end of Step 1, right around the time I added the Message Handlers for LButtonDown, LButtonUp, and MouseMove, the View class disappeared out of my class list. Here's the confusing part: the program still compiles and links error-free, and the app works properly. I can still see and edit the ScribbleView.cpp and .h files in FileView, but the Wizard doesn't show the class at all, and I get absolutely no pop-up tooltips on commands when I edit the files.
So, I have 2 questions. 1: any clues on what the heck happened? 2: is there a file that determines what shows up in the ClassView pane in the workspace that I might be able to edit to bring it back?
Toward the end of Step 1, right around the time I added the Message Handlers for LButtonDown, LButtonUp, and MouseMove, the View class disappeared out of my class list. Here's the confusing part: the program still compiles and links error-free, and the app works properly. I can still see and edit the ScribbleView.cpp and .h files in FileView, but the Wizard doesn't show the class at all, and I get absolutely no pop-up tooltips on commands when I edit the files.
So, I have 2 questions. 1: any clues on what the heck happened? 2: is there a file that determines what shows up in the ClassView pane in the workspace that I might be able to edit to bring it back?