View Single Post
  #5  
Old 10-06-2003, 04:24 AM
Merth
Dragon
 
Join Date: May 2003
Location: Seattle, WA
Posts: 609
Default

Prove to yourself that you are doing the "include" add correctly .. Create a new file, c:\foo\MyInclude.h. Add c:\foo to your include paths in VC. Then add the line #include "MyInclude.h" to the top of a .cpp file, and see if your compiler finds it.
Reply With Quote