Additional Include Directories problem VS 2008

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • abtandon@gmail.com

    Additional Include Directories problem VS 2008

    Hi All

    I just ported my ATL application from VS2005 to VS2008, I have
    included the required ATL server include directory path in "Additional
    Include Directories" in VS 2008 IDE (Project->Properties->C++-
    >General) , but while compiling the application, I am getting an error
    of - unable to open the include file. Things work fine if I include
    the same path in Tools->Options->Project and Soultions->VC++
    Directories, but I can not ship my code by including that path in VC++
    Directories, as in that case I have to ship .opt file, which I think
    is not good practice (please correct me if I am wrong). Please help.

    P.S. As in VS2008, Microsoft has stopped the ATL server support, so I
    am trying to use ATL server code externally.

    Regards,
    AT
  • =?Utf-8?B?ZGFuY3ZvZ2Vs?=

    #2
    RE: Additional Include Directories problem VS 2008

    Did you ever figure this out? I am having the same problem.


    "abtandon@gmail .com" wrote:
    Hi All
    >
    I just ported my ATL application from VS2005 to VS2008, I have
    included the required ATL server include directory path in "Additional
    Include Directories" in VS 2008 IDE (Project->Properties->C++-
    General) , but while compiling the application, I am getting an error
    of - unable to open the include file. Things work fine if I include
    the same path in Tools->Options->Project and Soultions->VC++
    Directories, but I can not ship my code by including that path in VC++
    Directories, as in that case I have to ship .opt file, which I think
    is not good practice (please correct me if I am wrong). Please help.
    >
    P.S. As in VS2008, Microsoft has stopped the ATL server support, so I
    am trying to use ATL server code externally.
    >
    Regards,
    AT
    >

    Comment

    Working...