Typically when IntelliSense is acting really slow I do a quick compile with a simple error and then everything starts to work rather quickly after that. It’s probably the fastest way then waiting for it.
int a = 15.0; // This pretty much does it since my compile times are around 2.6 seconds.