Header files use deprecated, and now removed, stdext::checked_array_iterator.
E..g.
containerstream.h(404,39): error C2653: 'stdext': is not a class or namespace name
std::copy(readBegin, readEnd, stdext::checked_array_iterator<_CharType*>(ptr, count));