"Remove From Project" Option Missing From Context Menu for LabVIEW Project Item

Updated Dec 2, 2023

Reported In

Software

  • LabVIEW

Issue Details

I am trying to remove a VI, file, or other object from my LabVIEW project, but the "Remove from Project" option is not present in the context menu for the object I'm trying to remove. How can I remove this object from my project?

Screenshot illustrating missing Remove from Project context menu option.

Solution

This issue is most commonly encountered when the object you're trying to remove from your project is present in an auto-populating folder. Auto-populating folders link to an existing file location in your file system, and populate their contents based on the contents of the file location they're linked to. Files in an auto-populating folder are only present because they appear in the linked file location, and as such cannot have their file location edited from a LabVIEW project.

In order to remove files in an auto-populating folder, you need to either:
  1. Disable auto-populating on the auto-populating folder, or
  2. Remove the file you want to remove from the linked file location.
You can disable auto-populating using the context menu for the auto-populating folder in your LabVIEW project.

Context menu option which prevents a LabVIEW project folder from auto-populating, changing it to a standard virtual folder.