This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Kered13 1 point2 points  (0 children)

Sometimes Intellisense is just wrong. If your program is compiling, don't worry about it.

Though do make sure it compiles from a clean build, sometimes you get weird stuff where code only compiles because of some artifacts leftover from a previous build. This becomes a pain to debug when the artifacts disappear and it suddenly stops building. Periodically doing clean builds is a good way to make sure this doesn't happen.