1 | initial version |
I know you have already installed the library and everything but it would not hurt to make sure that you added the system variables correctly, etc. Refer to this first.
I had faced a similar issue before even after correctly installing the library. For my case, there were some modules (.dll files) that the compiler was not able to open. I simply copied those modules over to the project folder on top of assigning them. Since you compiled them for debugging, then copy them over to {Project Directory}\x64\Debug\
.