|
C1024: Unable to read file |
Top Previous Next |
Description:
This error occurs when an include statement references a file which cannot be read. Most commonly, it means the filename was misspelled.
Example:
include “utileties.tbh” ' error C1024: unable to read file 'utileties.tbh'
|
See Also