I have a dll project that I'm trying to reference into another project. I followed this example or this one, and though I don't get any intellisense error, when I compile I get
fatal error C1083: Cannot open include file: 'library.h': No such file or directory
So what I did was to add the folder where the lib/dll are located to
Linker / General / Additional Library Directories
tried also with Configuration Properties / VC++ Directories / Library Directories
and added the lib file name to
Linker / Input / Additional Dependencies
Included as #include < library.h >