うっかりvagrantフォルダを削除した際にvagrant upに失敗した時に読む記事

なんで削除したのかよくおぼえてないんですが

Windows8で深く考えずに仮想マシン(その時はVCCW入れてた)が入ったvagrantのフォルダを削除して、
そのあと、ViturBoxのUIからもすべて削除したら
下記のエラーが出てvagrant upできなくなりました。
—————————-
Bringing machine ‘vccw.test’ up with ‘virtualbox’ provider…
==> vccw.test: Importing base box ‘vccw-team/xenial64’…
==> vccw.test: Matching MAC address for NAT networking…
==> vccw.test: Checking if box ‘vccw-team/xenial64’ is up to date…
==> vccw.test: Setting the name of the VM: vccw.test
The name of your virtual machine couldn’t be set because VirtualBox
is reporting another VM with that name already exists. Most of the
time, this is because of an error with VirtualBox not cleaning up
properly. To fix this, verify that no VMs with that name do exist
(by opening the VirtualBox GUI). If they don’t, then look at the
folder in the error message from VirtualBox below and remove it
if there isn’t any information you need in there.

VirtualBox error:

VBoxManage.exe: error: Could not rename the directory ‘C:\Users\■ユーザー名■\VirtualBox
VMs\vccw-xenial64_default_1515273345584_52233_1519617001257_74995’ to ‘C:\Users\
noda\VirtualBox VMs\vccw.test’ to save the settings file (VERR_ALREADY_EXISTS)
VBoxManage.exe: error: Details: code E_FAIL (0x80004005), component SessionMachi
ne, interface IMachine, callee IUnknown
VBoxManage.exe: error: Context: “SaveSettings()” at line 3105 of file VBoxManage
ModifyVM.cpp
—————————-

C:\Users\■ユーザー名■\VirtualBox VMs\vccw-xenial64_default_1515273345584_52233_1519617001257_74995
このファイルが削除できないみたいなので削除します

そのあとvagrant upしたところ、正常に起動しました。
vagrantの仮想マシンはちゃんとVitualBoxのUIから削除しないとだめですね…