For some reason, VAX is marking these two lines with red underlines:
#include <Lmcons.h>
// Needed for EnumProcessModules() and GetModuleFileNameEx().
#include <Psapi.h>
#pragma comment (lib, "<Psapi")
I find this odd, because VAX doesn't mark #include <Lmcons.h> as mispelled. A clue right be that the suggestions for each 'mispelling' are 'Palpi' and 'Passepied': neither are in my source code, but both are actual English words. (The former is the plural of palpus, "the soft palm of the hand"; the latter is "A spirited dance in triple meter, popular in France and England in the 17th and 18th centuries, resembling a minuet but faster".)
How easy would it be to not check spelling on any line that starts with a "#"?