Put dbghelp.dll, symsrv.dll and symsrv.yes to folder with your *.exe/*.dll from Windows Debugging Kit (look at C:\Windows Kits\N\Debuggers\[x86 or x64]\)
#include <windows.h>
#include <vector>
#include <string>
#include "SymParser.h"
#include <iostream>
...
SymParser Parser;
if...