unresolved external symbol _CLSID_VdsLoader
See the question and my original answer on StackOverflowThis is explained here: How to avoid error "LNK2001 unresolved external" by using DEFINE_GUID, you just need for example to add #include <InitGuid.h> in your stdafx.h file.