So, I am using Vulkan and the header directories are working just fine, I get all intellisense and function completion and stuff, but when I run the code, I get unresolved external symbols.
In the linker I have put into Additional Library Directories this value $(VULKAN_SDK)\Lib, which I have validated does lead to the Vulkan libraries, so now my issue I guess is, why does it not work?
This is a dynamic library, but I have made sure that these values are contained in both the library and the testing console app, so I am really not sure as to why it would not work.