I used the feature provided in the RIA Services Toolkit to automatically generated a service client to a WCF service when you build the project. The generated file is placed in ...\GeneratedWcfClientCode\ServiceReference.cs
The project compiles and runs successfully, however Resharper's intellisense isn't picking up that file and as a result is saying there are errors for the items defined in this file.
Is there anyway to force Resharper to recognize the generated file?