Error with Visual Studio

Hello, i’m getting started with Astra development. I ran into an issue when trying to run the example that was provided in the Tutorial section of the Astra SDK User Manual. Here is the error message that I get when I try to compile the program:

“LNK2019 unresolved external symbol __imp__astra_initialize referenced in function “enum astra_status_t __cdecl astra::initialize(void)” (?initialize@astra@@YA?AW4astra_status_t@@XZ) ConsoleApplication1”

I did the setup of the library and directories properly so I’m not sure what the issue is. Any help would be greatly appreciated.