The
C::Scan module uses an external filter program, called
cppstdin to do it's filtering bits.
cppstdin is a filter. It takes text redirected from a file, or piped into it, runs that text through any recognized and available C preprocessor, and outputs that text to standard output.
The error message means that this program is missing on your box, which I presume is a Windows box.