themanofthehour3561 :
How do I check if its enabled in the BIOS?
Depends what motherboard, usually Del, or F2 on startup.
Since you are at installation phase, try this:
Once in Windows setup, hit shift+F10 to bring up the command line.
>diskpart [enter]
>list disk [enter]
From the list above (assuming you have more than one HD installed, if not it'll be the only one), find the number corresponding to your HD.
>select drive [number] [enter]
>clean all [enter] * see note below
>create partition primary [enter]
>select partition 1 [enter]
>active [enter]
>format fs=ntfs [enter] ** see note
>assign [enter]
>exit [enter]
>exit [enter]
It should show the drive, install OS.