I got the warning c318 (can't open file ...). I think, this should be an error. If I include a file, which does not exists, the project schould not compile.
May there is a way (option to the compiler) to convert particular warnings to errors? (e. g. w/ command line option "-Werror=C318", like gcc)?