Try to find your VM's path from Fusion's log file.
Go to ~/Library/Logs/VMware Fusion/
Open the vmware-vmfusion.log (or -0, -1, -2), search .vmwarevm and your may find the the VM path info in it.
If you can't, try to use find command in Terminal:
find / -name '*.vmwarevm' -print