Photon Error

Options
I just imported the Photon PUN package in unity and when I try this code:
using Photon.Pun;
I get this error:
The type or namespace name 'Pun' does not exist in the namespace 'Photon' (are you missing an assembly reference?)

I only get the error in visual studio, unity doesn't show this error.

Comments