Click here to Skip to main content
15,860,943 members
Home / Discussions / ATL / WTL / STL
   

ATL / WTL / STL

 
AnswerRe: To Identify .Net Dll's among many Dll's in a Project. Pin
Richard MacCutchan27-Mar-13 3:51
mveRichard MacCutchan27-Mar-13 3:51 
QuestionAdditional Include Directories Pin
bkelly1324-Mar-13 9:47
bkelly1324-Mar-13 9:47 
AnswerRe: Additional Include Directories Pin
Garth J Lancaster24-Mar-13 11:32
professionalGarth J Lancaster24-Mar-13 11:32 
GeneralRe: Additional Include Directories Pin
bkelly1324-Mar-13 12:15
bkelly1324-Mar-13 12:15 
GeneralRe: Additional Include Directories Pin
H.Brydon26-Mar-13 16:32
professionalH.Brydon26-Mar-13 16:32 
AnswerRe: Additional Include Directories Pin
dusty_dex24-Mar-13 11:41
dusty_dex24-Mar-13 11:41 
GeneralRe: Additional Include Directories Pin
bkelly1324-Mar-13 12:26
bkelly1324-Mar-13 12:26 
AnswerRe: Additional Include Directories Pin
SoMad24-Mar-13 13:26
professionalSoMad24-Mar-13 13:26 
Perhaps I am missing something here. The sample you have shown is for a .cpp file. This suggests to me that this is not a problem with your "Additional Include Directories", but that those files were included into your project with the relative path. I would open up the .vcxproj (if that is the extension used for 2008) and look at the path specified for that file.

As an example from one of my projects, there are files included like this:
XML
<ItemGroup>
  :
  <ClCompile Include="StdAfx.cpp">
    :
    :
  </ClCompile>
  <ClCompile Include="..\..\Libraries\include\Packets\Stream.cpp">
    :
    :
  </ClCompile>
  :
</ItemGroup>


Obviously if you just copy the solution to a folder with a different nesting level, that will mess things up.

[EDIT]Updated the entries from my sample to show the .cpp files instead of the .h files[/EDIT]

Soren Madsen
"When you don't know what you're doing it's best to do it quickly" - Jase #DuckDynasty

GeneralRe: Additional Include Directories Pin
bkelly1324-Mar-13 13:47
bkelly1324-Mar-13 13:47 
GeneralRe: Additional Include Directories Pin
SoMad24-Mar-13 14:00
professionalSoMad24-Mar-13 14:00 
GeneralRe: Additional Include Directories Pin
bkelly1324-Mar-13 14:11
bkelly1324-Mar-13 14:11 
GeneralRe: Additional Include Directories Pin
SoMad24-Mar-13 14:40
professionalSoMad24-Mar-13 14:40 
AnswerRe: Additional Include Directories Pin
Richard MacCutchan24-Mar-13 23:37
mveRichard MacCutchan24-Mar-13 23:37 
GeneralRe: Additional Include Directories Pin
bkelly1325-Mar-13 16:14
bkelly1325-Mar-13 16:14 
GeneralRe: Additional Include Directories Pin
Richard MacCutchan25-Mar-13 23:41
mveRichard MacCutchan25-Mar-13 23:41 
Questionmemcpy, not understanding something Pin
bkelly1311-Mar-13 14:11
bkelly1311-Mar-13 14:11 
AnswerRe: memcpy, not understanding something Pin
H.Brydon11-Mar-13 14:41
professionalH.Brydon11-Mar-13 14:41 
GeneralRe: memcpy, not understanding something Pin
bkelly1311-Mar-13 14:53
bkelly1311-Mar-13 14:53 
AnswerRe: memcpy, not understanding something Pin
Richard MacCutchan11-Mar-13 22:35
mveRichard MacCutchan11-Mar-13 22:35 
GeneralRe: memcpy, not understanding something Pin
Dale Burr28-Apr-13 22:01
Dale Burr28-Apr-13 22:01 
Questionmember char array is bad pointer Pin
bkelly139-Mar-13 16:41
bkelly139-Mar-13 16:41 
AnswerRe: member char array is bad pointer Pin
Richard MacCutchan9-Mar-13 22:40
mveRichard MacCutchan9-Mar-13 22:40 
GeneralUnexpected result Pin
bkelly1310-Mar-13 6:09
bkelly1310-Mar-13 6:09 
GeneralRe: member char array is bad pointer Pin
bkelly1310-Mar-13 7:29
bkelly1310-Mar-13 7:29 
GeneralRe: member char array is bad pointer Pin
Richard MacCutchan10-Mar-13 8:04
mveRichard MacCutchan10-Mar-13 8:04 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.