# error when including #include \<vtkNetCDFReader.h\>

**URL:** https://discourse.vtk.org/t/error-when-including-include-vtknetcdfreader-h/11196
**Category:** Support
**Tags:** code
**Created:** [April 12, 2023, 5:38pm UTC](https://discourse.vtk.org/t/error-when-including-include-vtknetcdfreader-h/11196 "2023-04-12T17:38:21Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![Cave1212](https://discourse.vtk.org/letter_avatar_proxy/v4/letter/c/4491bb/32.png) [@Cave1212](https://discourse.vtk.org/u/Cave1212)
#### Post date: [April 12, 2023, 5:38pm UTC](https://discourse.vtk.org/t/error-when-including-include-vtknetcdfreader-h/11196/1 "2023-04-12T17:38:21Z")

</div>

Im trying to create a c++ program that uses Netcdf when i add this include #include \<vtkNetCDFReader.h\>  
i keep getting this error  
1\>C:\Users-—\Desktop\BOLTgui\BOLT\vtk\Utilities\KWSys\vtksys\process.h(6,10): fatal error C1083: Cannot open include file: ‘vtksys/Configure.h’: No such file or directory  
i added this file path C:\Users-----\Desktop\BOLTgui\BOLT\vtk\Utilities\KWSys\vtksys to vc++ directories included directories and i also had added the file path to additional included directories but but this file C:\Users-—\Desktop\BOLTgui\BOLT\vtk\Utilities\KWSys\vtksys DOES have Configure.h so i dont know why visual studios is saying this ‘vtksys/Configure.h’: No such file or directory

---

<div class="post-metadata">

### Author: ![Cave1212](https://discourse.vtk.org/letter_avatar_proxy/v4/letter/c/4491bb/32.png) [@Cave1212](https://discourse.vtk.org/u/Cave1212)
#### Post date: [April 12, 2023, 7:53pm UTC](https://discourse.vtk.org/t/error-when-including-include-vtknetcdfreader-h/11196/2 "2023-04-12T19:53:44Z")

</div>

the file C:\Users-----\Desktop\BOLTgui\BOLT\vtk\Utilities\KWSys\vtksys is supposes to have a \ after Users i edited it but the \ wont show
