When you want to add an Virtual Fibre adapter to an VM you will get an error like
When this happens you have to set the VirtualizationBasedSecurityOptOut to $true:
Set-VMSecurity -vmname "vmname" -VirtualizationBasedSecurityOptOut $true
After changing this you will be able to add an virtual fibre channel adapter