I am trying to compile some C code (generated from python using cpython), and I'm getting the C1083 error saying the file doesn't exist.
structmember.h
is actually in the same folder as the C file, and is also in its include
folder in case it was looking there instead, so I've no idea how to fix it. I'm attempting to generate the file by using cl test.c
.
Here's the entire output:
C:\test>cl test.c
Microsoft (R) C/C++ Optimizing Compiler Version 19.10.25019 for x64
Copyright (C) Microsoft Corporation. All rights reserved.
test.c
test.c(1018): fatal error C1083: Cannot open include file: 'structmember.h': No such file or directory
Here's a shot from the folder:
Here is the code around each mention of structmember (took screenshots as coping a full page of text probably isn't useful):
If anyone would like to have a glance at the file, it's on onedrive here, a little too large for pastebin.