This question is similar to the one I asked yesterday
That was answered very comprehensively (even though it turned out to be duplicate).
To solve round the problem I simply added the missing files to the header files and source files in the project explorer using
add existing item...
(I am using visual studio 2008).
However I would like to be able to add these files in a different way by using:
Project properties->General->Include Additional Directories
And adding the location where BinModel01.h and BinModel01.cpp are stored.
but unfortunately this does not seem to work?
(Obviously for one or two files it doesn't make a lot of difference but for bigger projects it would quickly become a pain!)
I get the same errors that I was getting before? (In fact this was the configuration that caused the original errors).
I am certain that I am adding the correct "Additional Directories"?
So do I have to do anything else other than add the additional directories? (it would seem so).
Thanks
Baz