Hey there,
I am attempting to create a simple OF app, which requires two additional files a class header and the Class cpp files. I have created both and followed the instructions found in this tutorial
https://openframeworks.cc/ofBook/chapters/OOPs!.html
however I get the following error when I attempt to run my program
Severity Code Description Project File Line Suppression State
Error C1083 Cannot open include file: ‘Particle.h’: No such file or directory (compiling source file src\main.cpp) Prototype - Particle Generator D:\HDD Documents\of_v0.11.0_vs2017_release\of_v0.11.0_vs2017_release\apps\OpenFrameworks Tutorials\Prototype - Particle Generator\src\ofApp.h 5
Error C1083 Cannot open include file: ‘Particle.h’: No such file or directory (compiling source file src\ofApp.cpp) Prototype - Particle Generator D:\HDD Documents\of_v0.11.0_vs2017_release\of_v0.11.0_vs2017_release\apps\OpenFrameworks Tutorials\Prototype - Particle Generator\src\ofApp.h 5
How do I go about solving this?