error C4956: 'char *' : this type is not verifiable

цитата:

To illustrate: the new C++ compiler has an option /cli:safe. But in
order to be "safe", you have to give up pointers. Adding #include
to your program causes errors such as:

error C4956: 'char *' : this type is not verifiable

здесь сказано что опция компилятора /cli:safe принуждает отказаться от использования указателей