Can't seem to get VS to see the HiddenWordList.h

I’ve tried different combinations of saving, refreshing, clean solution, rebuild…BullCowGame (2).zip (11.0 KB)
Log attached.

Where did you save “'HiddenWordList.h”?

I’m using VS Community 2019. So originally it was saving to some other folder in the project. So then I created a text file on the Console folder of the project. Still didn’t work. I then moved the file to the source folder and now it’s happy, I hope it stays that way.
I also tried digging around VS and found setting to include paths, but I apparently I did not to add the path in the correct setting.
Thanks Dan!!

I see, IIRC it will default to the Intermediate folder.

That’s where it needs to be. If you were to put it in the Console directory you would have had to include like

#include "Console/HiddenWordList.h"

As the file you’re including that in is the Source directory.

1 Like

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.

Privacy & Terms