It is commonly considered as an error due to using the wrong version of SSMS i.e. SQL Server Management Studio. Try using the version which is designed for your database version.
You can also use the command select @@version to check which version of SQL server you are actually using.
This version will be reported in such a way that it'll be easier to interpret than that shown in the Help About in SSMS.