You can use precompiled headers, it wont make it instant but should take ~1 second tops.
To do this:
-
Open your .sln
-
Project → ProjectName Properties
-
Select either All Configurations or the ones you want to use
-
Configuration Properties → NMake → Additional Options
-
Enter:
/Yu
and press OK or Apply. -
Wait until the ‘working’ symbol goes away, the intellisense should be much faster now.