0

In my code I have run into a problem where my program can not auto-detect which importer to use for a file I included in my content pipeline. How do I enable XNA to import .fxh files in my game?

user2529011
  • 705
  • 3
  • 11
  • 21

1 Answers1

1

Set the file's build action to None. This will prevent it from going through the Content Pipeline, but your #include directives should still work just fine.

Cole Campbell
  • 4,846
  • 1
  • 17
  • 20