01-25-2026 05:14 PM
I ventured into DQMH again today, and after installing it fresh into LV2024 64-bit, I opened Project Creation and it stopped me from progressing with the statement "The "Project Root" you specified is not empty. To create a new project, you must specify the path to an empty directory"
Why must the root be empty? I'm trying to create a new LV DQMH project in a Git working directory, which is by it's very nature not going to be empty. I have a .gitignore, and a git subfolder, and I actually have my own folder in there too.
Do I have to create into a temporary location, close LabVIEW, move all the files, then reopen? Is that a safe workaround?
Solved! Go to Solution.
01-25-2026 06:03 PM
I think that's a reasonable workaround. Also note that this is a limitation for all project templates/sample projects, not just DQMH. The Create Project dialog requires that the destination folder for any new project be empty.
01-26-2026 02:50 AM
01-26-2026 02:58 AM - edited 01-26-2026 03:01 AM
We (HSE) have never run into this problem because our repository structure dictates a subfolder /Source for the actual source code. So that is by definition an empty folder.
See https://dokuwiki.hampel-soft.com/code/common/repository-structure
DSH Pragmatic Software Development Workshops (Fab, Steve, Brian and me)
Release Automation Tools for LabVIEW (CI/CD integration with LabVIEW)
HSE Discord Server (Discuss our free and commercial tools and services)
DQMH® (Developer Experience that makes you smile )
01-26-2026 04:51 PM