Your email address belongs to a school and you are eligible for a free educational premium account.
Learn more

VCXPROJ - Visual C++ Project

What is a VCXPROJ file

VCXPROJ files are used to store projects that have been coded in the C++ programming language. These project files are generated by Microsoft Visual Studio's component for development with C++, Visual C++. VCXPROJ files store the work in progress of a project that, once finished, is a fully developed executable program or application.

Files using the VCXPROJ extension do not only store source code written in C++, but all kinds of information needed for the project. This includes references to the actual source code files and other assets needed for the program. The information are stored using an XML format. Thus, VCXPROJ files differ from earlier projects saved in Visual C++ which used the VCPROJ extension.

Here's a small, but not exhaustive list of programs that can open VCXPROJ documents:

  • Microsoft Visual Studio (Windows)
About
Extension VCXPROJ
MIME type application/octet-stream
Useful links