Install Hyper-V role

Do either of the following to launch an elevated powershell command prompt. 

Click Start, click Run, type 'PS', then click OK. 
 
Click Start, Administrative Tools, then Windows PowerShell Modules
 
Verify if Hyper-V is install with the following: 
Get-WindowsFeature | Where {$.installed -eq $true}
 
Install Hyper-v if needed: 
add-windowsfeature hyper-v
 
Reboot