Hi Turbo Sean
On all modern PC's that SSD must have a partition Style of GPT, is is only older systems with Legacy BIOS that will have a hard drive formatted to MBR . . .
1
Disconnect that other drive, leaving just the installation media and the SSD Connected
2
To convert your Drive to GPT:
At the very start of the Installation Process, press Shift + F10, or Shift + Fn + F10 to open Command Prompt
Run this command and hit Enter:
diskpart
Run this command and hit Enter:
list disk
(Make note of the disk number you want to convert and enter it into the next command - replace disknumber)
Run this command and hit Enter:
select disk disknumber
Run this command and hit Enter:
clean
Run this command and hit Enter:
convert gpt
Then close Command Prompt
Begin the installation . . .