While debugging some code, I came across an array named default. I thought that keywords were not allowed as variable names.
default
#include \"stdafx.h
It's a known issue in VC++. Basically by-design for C++/CLI compatibility.