I have started a new console project in VS2015. I only have this code :
using System; using System.Collections.Generic; using System.Linq; using System.Text
Just delete the .vs hidden folder. This folder resides at the same location where the sln file is. Deleting this folder also refreshes intellisense cache and would fix any issues with that. Hope this helps.