Viewing the VEXcode Projects Folder in VEXcode Pro V5 for macOS

The VEX Visual Studio Code Extension has replaced VEXcode Pro V5, which is now end-of-life.

VEXcode Blocks and VEXcode Text remain actively developed and supported for all VEX platforms.

The vexcode-projects folder contains all of the projects made within VEXcode Pro V5.


How to get to the vexcode-projects folder

To get to the vexcode-projects folder:

macOS Dock showing Finder icon highlighted.

Open Finder by clicking on the Finder icon that is located on your Dock.

macOS Finder window showing Documents folder selected in the sidebar.

Open the Documents folder icon located in the sidebar of the Finder.

macOS Finder window showing vexcode-projects folder highlighted inside the Documents directory.

Open the vexcode-projects folder to see all of your saved projects.

macOS Finder window showing multiple VEXcode Pro V5 project folders inside the vexcode-projects directory.

You will now see all of your VEXcode Pro V5 project folders.


Overview of what folders/files are within a VEXcode Pro V5 project

macOS Finder window showing contents of a VEXcode Pro V5 project including src, include, vex, and build folders with project files.

Open one of your VEXcode Pro V5 project folders and inside you will find folders that contain the following:

  • Source code (*.cpp files)
  • Header Files (*.h files)
  • Build Files (makefile, vex/mkenv.mk, vex/mkrules.mk)
  • All of these files are needed to build the project and download it to a V5 Brain.

What to do if no VEXcode Pro V5 project exists in the default vexcode-projects location

If you open your vexcode-projects folder and none of your VEXcode Pro V5 projects are there follow these steps to find where they are located:

VEXcode Pro V5 interface with File menu open and Preferences option highlighted.

Launch the VEXcode Pro V5 application.

Click File then in the File dropdown click Preferences.

VEXcode Pro V5 Settings window showing Program folder path set to Documents/vexcode-projects.

Look at the file path next to the Program folder preference. This file path will tell you the location where your VEXcode Pro V5 projects are being saved. The ~ at the beginning of the file path refers to your home folder.

macOS Dock showing Finder icon.

Open Finder by clicking on the Finder icon that is located on your Dock.

macOS Finder window showing Documents folder within iCloud Drive.

Navigate to the VEXcode Pro V5 projects folder that you noted in step 3.

macOS Finder window showing vexcode-projects folder selected in the Documents directory.

Open the vexcode-projects folder to see all of your saved projects.

macOS Finder window showing multiple VEXcode Pro V5 project folders displayed in the vexcode-projects directory.

You will now see all of your VEXcode Pro V5 project folders.

macOS Finder window showing VEXcode Pro V5 project folder with files including .v5code project file, compile_commands.json, and folders such as src, include, vex, and build.

Open one of your VEXcode Pro V5 project folders and inside you will find folders that contain the following:

  • Source code (*.cpp files)
  • Header Files (*.h files)
  • Build Files (makefile, vex/mkenv.mk, vex/mkrules.mk)
  • All of these files are needed to build the project and download it to a V5 Brain.

For more information, help, and tips, check out the many resources at VEX Professional Development Plus

Last Updated: