Hi,
Try removing the partition of the drive using diskpart command.
Diskpart
list disk (you should be able to spot your USB stick by the size, take note of the number listed against it)
select disk x (where x is the number from the previous step)
clean
create partition primary
select...