Enabling IntelliSense in Visual Studio 2013 Express for C ++ files with irregular extensions (e.g. .tpp)

I am implementing a class template in Visual Studio 2013 Express with a header and an implementation file. However, my implementation file (which has a .tpp extension) does not have IntelliSense enabled. Is there a way to enable C ++ IntelliSense for this file?

+3


source to share





All Articles