As the compilation error seems to be related to the conversion of cells iterators to cells handles, use a range-for loop, so that the iteration variable is directly a cell handle instead of an iterator. That might help MSVC 2017.
As the compilation error seems to be related to the conversion of cells iterators to cells handles, use a range-for loop, so that the iteration variable is directly a cell handle instead of an iterator. That might help MSVC 2017.