Error when creating simple application

Hello there magikarp.
So the error message tells us what the issue is.
Its a DLL issue. It can not be found. But you did link all the stuff the guide said.
What I had to do which i think will fix your issue is look for those .dll files in the astra sdk folder and make a copy of them into your main Visual Studio project folder. This folder is where the file AstraTutorial1.cpp is located. I believe this will get the tutorial running.

1 Like