CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Jan 2008
    Location
    Melbourne, Australia
    Posts
    47

    [RESOLVED] Can't see "Additional Include Directories" option!

    I'm trying to set up Visual Studio to use a game engine I just downloaded. Step 2 of the instructions is:
    Go to C/C++ -> General tab and add this to "Additional Include Directories" field: "..\Dependencies\Xerces\include;..\nGENE Framework;..\nGENE Proj;..\Dependencies\FastDelegate".
    But I can't find the C/C++ tab! I google image searched and saw countless screen shots of where it should be, but just isn't.
    This is what I get when I go Project->Properties.

    It should be right there, where I've put the red mark!
    Any idea what's going on?!

    cheers,
    metal

  2. #2
    Join Date
    Apr 1999
    Posts
    3,585

    Re: Can't see "Additional Include Directories" option!

    Your image shows the properties for a "dll" project. You need to apply that property to a project that contains source files.
    Gort...Klaatu, Barada Nikto!

  3. #3
    Join Date
    Jan 2008
    Location
    Melbourne, Australia
    Posts
    47

    Re: Can't see "Additional Include Directories" option!

    I added an empty .cpp file and now it's all good.
    Thanks very much!

    cheers,
    metal

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured