Visual Studio Code – Google Test – Own dll not found
So I will preface this question by saying that I'm pretty new to Library-Usage in C++ (just learned how to import a Dll today), so bear with me. The project structure is as follows: ComsDll (ComsDll.lib and ComsDll.dll) -> In…