no, the funny thing was that the I had a pretty simple code, something like:
do {
for(int i = 0; i < len; i++)
doSomething(i);
} while(false);
and I tried to change the i variable to something like storyIdx.
However the cpp file is part of a solution with 25 projects for 5000 files (in totale) at least.
- mn