I am trying to build a library and I am following the instructions given in it's manual..
Even after including all the header and source files, I keep getting
"fatal error C1083: Cannot open include file" error for the main library header file..
I tried all the combinations of "" and <>. Also tried to remove .h but nothing works.
I tried putting the header file in the directory too..