2024-11-04 06:56 AM
I don't understand why there are no more .c and .h files but these in my project:
What setting did I accidentally change?
Solved! Go to Solution.
2024-11-04 07:00 AM
You're looking under the 'Debug' folder - that is where build output is intended to go:
So this is intended behaviour - nothing wrong here.
Your source files will be here:
2024-11-04 07:00 AM
You're looking under the 'Debug' folder - that is where build output is intended to go:
So this is intended behaviour - nothing wrong here.
Your source files will be here:
2024-11-04 07:15 AM
You are right, my oversight.
I thought I had messed up since I had recently moved the project directory!