I've got VS2010 SP1, I've turned on "Enumerate comment tasks" in Tools | Options. I've got a Native code (MFC) C++ project.
I find that the Task List only shows //TODO comments for the file I am currently viewing in the editor. If I switch to another file then its // TODO comments are added to the list and the previous ones are still remembered, but that's it.
There doesn't seem to be a way of getting all the //TODO comments in the project listed in the task window, short of opening every file in the editor, which is impractical.
Am I doing something wrong or is this a bug? Thanks.