can't see header file

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Kathryn Hargreaves

    can't see header file

    I'm trying to compile using VisualStudio.NE T. I have a project to
    which I've
    tried to add a class. I've added the class through the wizard (even
    though I wrote the code myself, the old-fashioned way :). I added the
    file to the project.
    The file uses another class already in the project, accessed
    supposedly through
    this other class's header file. I do this in exactly the same manner
    as yet another class, in yet another file does it, a file that *does*
    compile. It can't see the included class header. Even if I copy this
    compiling file and change the name of this copy file and the class
    within to those giving me a problem, then *that* doesn't compile
    either. Any clues?

    Much thanks,
    Kathy
  • Mike Wahler

    #2
    Re: [OT, redir] can't see header file

    "Kathryn Hargreaves" <kathryn@math.u mb.edu> wrote in message
    news:6492e28f.0 309270851.29c1e 258@posting.goo gle.com...[color=blue]
    > I'm trying to compile using VisualStudio.NE T. I have a project to
    > which I've
    > tried to add a class. I've added the class through the wizard (even
    > though I wrote the code myself, the old-fashioned way :). I added the
    > file to the project.
    > The file uses another class already in the project, accessed
    > supposedly through
    > this other class's header file. I do this in exactly the same manner
    > as yet another class, in yet another file does it, a file that *does*
    > compile. It can't see the included class header. Even if I copy this
    > compiling file and change the name of this copy file and the class
    > within to those giving me a problem, then *that* doesn't compile
    > either. Any clues?[/color]

    I think you're probably having difficulty with the IDE,
    and not the language. Try asking at newsgroup:

    microsoft.publi c.vc.ide_genera l

    If your news server does not have it, you can get
    to it from Microsoft's public server:

    msnews.microsof t.com

    $.02: I think those 'wizards' are much more trouble than
    they're worth. Just do stuff 'by hand', and you'll be
    in control.

    HTH,
    -Mike


    Comment

    Working...