This will happen every time you create a new table, procedure, function, etc. or modify the database object (for example, add / remove columns in the table).
You just need to update your Intellisense cache to look for new objects. ctrl+shift+r should do the trick or use the menu option Edit > Intellisense > Refresh Local Cache as one of the suggested comments

source share