Primary Key for SQL Server Management Studio

I’m using Microsoft’s SQL Server Management Studio and a table was given an ID column (set to autoincrement, etc…) after the table was populated so the ID column is blank for every record. Is there a way to populate an autoincrementing ID column that’s set as the primary key?