I\'ve recently upgraded to Visual Studio 2012 and haven\'t have any problems except for the fact that comments beginning with \"//todo\" no longer show up in the task list. I ha
Well, I was Having the same problem working in Windows-7 and Visual Studio 2012. All I had to do is change from:
// TODO
to
// TODO: do not forget the colon