The problem is that the pipeline doesn't know what to do with a .fxh file. You don't want to build this directly (it's just included by your main effect) but when you add it to the project, the pipeline thinks you're asking it to build this file, and it doesn't recognize the extension.
Either just don't add this file to your project, or add it but then change the build action property from Compile to None.
--
XNA Framework Developer
blog -
homepage