Fatal Error C1083
Cannot open filetype file: 'file': message
An error occurred opening the specified file.
Tips
-
This error can occur if the file, subdirectory, or disk on which it resides is read-only. In this case, make the file writable or move the file to a writable disk. See your operating system documentation for information on removing the read-only attribute from a file.
-
This error may be caused by not having enough file handles. Close some open applications and recompile.
-
Trying to open a file or directory for which you do not have permission can cause this error. Move the file to a directory where you do have access privileges, or ask your network administrator to grant you access to the file.
-
If an include file could not be opened, check that the INCLUDE environment variable is set correctly and that the name of the file is spelled correctly.
-
Using double quotation marks around a complete path specification in a #include directive causes the standard directories to NOT be searched. See The #include Directive in the Preprocessor Reference for more information.