Thread: [c++] cannot access the ClassView information file

  1. #1
    Registered User
    Join Date
    Jan 2003
    Posts
    3

    Unhappy [c++] cannot access the ClassView information file

    hi....I've got a problem with Microsoft Visual c++
    When I create a new MFC appwizard (exe) and I finish it I get the error: "cannot access the ClassView information file"

    Guess its a newB question

    Please help me!!!!
    Greetz Mark

  2. #2
    Registered User
    Join Date
    Jan 2003
    Posts
    3
    I have win2k and sufficient priviledge
    the files are not read-only

    I've downloaded SP5. Doesn't solve the problem. Do I need more Service Packs??

    Thankzzzzzz

  3. #3
    Registered User codingmaster's Avatar
    Join Date
    Sep 2002
    Posts
    309
    no, Service Pack 5 is currently the latest version for Visual Studio

    Maybe u have to think, like the *stupid* M$ software

    cannot access the ClassView information file

    -> maybe the file isn't there, have u installed the whole visual studio c++

  4. #4
    Registered User foniks munkee's Avatar
    Join Date
    Nov 2001
    Posts
    343
    What steps did you go through to set up the project - i.e. what options did you select?

    You should have course have two files name ChildView in your project directory. One is a .h and the .cpp file. Are they there and are they also included in your project?
    -> maybe the file isn't there, have u installed the whole visual studio c++
    That's a good point - the error does sound like it is looking for the resources that the MFC code generators use to generate the default project files. It may be worth reinstalling Visual Studio.
    Last edited by foniks munkee; 01-13-2003 at 07:48 PM.
    "Queen and huntress, chaste and fair,
    Now the sun is laid to sleep,
    Seated in thy silver chair,
    State in wonted manner keep."

  5. #5
    Registered User
    Join Date
    Jan 2003
    Posts
    3
    Thanks 4 reactions
    I'll try 2 reinstall it. Hope it works!
    If it doesn't work I'll make a screencapture movie


    Thanks 4 now
    Bye!

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 12
    Last Post: 01-08-2009, 12:15 PM
  2. help with text input
    By Alphawaves in forum C Programming
    Replies: 8
    Last Post: 04-08-2007, 04:54 PM
  3. Error when loading 3ds file
    By The Wazaa in forum C++ Programming
    Replies: 6
    Last Post: 01-24-2006, 08:27 AM
  4. Post...
    By maxorator in forum C++ Programming
    Replies: 12
    Last Post: 10-11-2005, 08:39 AM