I need to include the tlhelp32.h
header file from the Tool Help Library but it always comes up with the following error:
error C1083: Cannot open include file: 'tlhelp32.h': No such file or directory
I did a little bit of research and tried to first include the windows.h
header file but this did not change anything.
I'm coding in C++ using Visual Studio 2013 Express with Windows 10 1709. Do I have to download anything else?