visual studio 2010 - Green () : and ; -


i shutdown vs2010 project yesterday , working well. opened today , 1 of .cpp files has green formatting on parenthesis, semi-colons, , colons (see attached photo). auto-complete not working.

i've deleted .sdf file project, fixes auto-complete issue. did not work. additionally, broken .cpp file still identified vs2010 c/c++ file. google doesn't seem turn folks similar problems.

has encountered issue? how can fix it?

enter image description here

i have experienced similar thing before, though in vs2012. ended doing building solution in release mode, switching debug mode , re-built again.


Comments

Popular posts from this blog

java.util.scanner - How to read and add only numbers to array from a text file -

rewrite - Trouble with Wordpress multiple custom querystrings -

php - Accessing static methods using newly created $obj or using class Name -