MFC classes DISAPPEAR!!!!help

B

BIANCA

could someone help me:
MFC classes disappears from class browser window,while .cpp .c file
continue to appear in the file browser window
what could I do??
thanks!
Bianca
 
T

Thomas Matthews

BIANCA said:
could someone help me:
MFC classes disappears from class browser window,while .cpp .c file
continue to appear in the file browser window
what could I do??
thanks!
Bianca
I suggest you ask the experts in a newsgroup devoted to
Microsoft Visual C/C++.

Browser windows are not a part of the C++ language and are not
discussed here. Check out the links below.

--
Thomas Matthews

C++ newsgroup welcome message:
http://www.slack.net/~shiva/welcome.txt
C++ Faq: http://www.parashift.com/c++-faq-lite
C Faq: http://www.eskimo.com/~scs/c-faq/top.html
alt.comp.lang.learn.c-c++ faq:
http://www.raos.demon.uk/acllc-c++/faq.html
Other sites:
http://www.josuttis.com -- C++ STL Library book
 
V

Victor Bazarov

BIANCA said:
could someone help me:
MFC classes disappears from class browser window,while .cpp .c file
continue to appear in the file browser window
what could I do??

You could post to the right newsgroup: microsoft.public.vc.ide_general.

Victor
 
J

JCO

Usually means you had some type of error in your code.
If everything compiles okay, try deleting the .dsw. Invoke the project with
the .dsp and let it rebuild the .dsw file. You may need delete the .cpl
file and let it rebuild by using the class wizard.
 
V

Victor Bazarov

JCO said:
Usually means you had some type of error in your code.
If everything compiles okay, try deleting the .dsw. [...]

Please refrain from posting off-topic answers to off-topic
questions. If you are new here, try starting by reading the
Welcome message (posted here periodically by "Shiva") and
the FAQ, especially section 5. You can find FAQ here:
http://www.parashift.com/c++-faq-lite/

Thank you.

Victor
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Members online

Forum statistics

Threads
473,764
Messages
2,569,565
Members
45,041
Latest member
RomeoFarnh

Latest Threads

Top