Due to the unknown bug in the Windows OS, sometimes, there appear 0 byte files that can't be deleted.
The system just says that could not find this item even if the filename is correct.
In this case, follow the below procedure.
1. >dir /x
2. Check the changed file name for remove.
3. >del [File name]
2. Check the changed file name for remove.
3. >del [File name]
"dir /x" displays an alternative filename of the strange file. It is possible to remove using this filename.
It is tested on Windows 7.