How to Create C++ Project Filter/Folder in Visual Studio?

Posted by BSalita on Stack Overflow See other posts from Stack Overflow or by BSalita
Published on 2012-10-01T22:37:52Z Indexed on 2012/10/02 21:37 UTC
Read the original article Hit count: 146

Using Visual Studio 2012, I'd like to create a C++ project folder called "Include Files", which has the same characteristics as the well known folder "Header Files". That is, the files in Include Files have a cpi extenson and will be parsed out for use with InteliSense, and also can be precompiled.

I'm able to create the folder but files within it aren't parsed. I've tried setting the type to C++ Header file. Nothing seems to work. The files work fine when given a hpp extension and put into Header Files folder.

© Stack Overflow or respective owner

Related posts about c++

Related posts about msbuild