I want my TODO comments to appear in the task list in Visual Studio 2010 for a C ++ project, but they do not. I looked through this one , but I see no warnings other than the TODO comments that should be in the file that is currently opening. For example, creating a new Win32 console application puts this:
in the new file, stdafx.h. However, there is nothing in the task list.
I have "Comments" selected from the drop-down list of tasks, but it is always empty. And this is not this problem ; I can open the file and see the TODO comment in the code editor, and no task is displayed. This is not a problem for C # projects, as TODO comments are displayed according to the projects; this seems to be a problem specific to C ++ projects.
What else can I check?
visual-studio-2010
Chris Simmons Dec 26 '10 at 20:49 2010-12-26 20:49
source share