Parts of my code, such as comments and strings, are not the color that visual studio is saying they should be.
I'm writing in C++, and while comments using /* show up green (which is what the default color for comments is set to), comments using // show up as black, and strings show up as green instead of red, even though it currently says it's set to red in tools>options>environment>fonts and colors
What's the deal? I haven't messed with the fonts and colors of visual studio at all prior to this issue, and the comment and string colors work fine when writing in C#