warning C4828: The file contains a character starting at offset 0x40d that is illegal in the current source character set (codepage 936).

 

若在.h文件的命名空间中定义了enum class的枚举,

当使用VS的自动移动代码时,vs有时无法给自动生成的.cpp文件里补全命名空间,可能会导致本错误。