DK22Pac / plugin-sdk

An SDK for developing ASI/CLEO plugins for GTA San Andreas, GTA Vice City and GTA III
zlib License
435 stars 118 forks source link

Error C1083 #124

Open elmascapo777777 opened 3 years ago

elmascapo777777 commented 3 years ago

Error C1083 'WaterCreature_c.h': No such file or directory
How I fix this?

Izzotop commented 3 years ago

image

Izzotop commented 3 years ago

See https://github.com/codenulls/gta-reversed/blob/master/source/game_sa/WaterCreature_c.cpp

elmascapo777777 commented 3 years ago

With the file "StdInc.h" I get the same error, Severity Code Description Project File Line Status suppressed Error (active) E1696 cannot open source file (error code "StdInc.h"). PluginSdkProject1 C: \ Users \ fakaf \ Desktop \ PluginSdkProject1 \ PluginSdkProject1 \ PluginSdkProject1.cpp 3

Izzotop commented 3 years ago

plugin-sdk doesn't have WaterCreature_c class.

elmascapo777777 commented 3 years ago

plugin-sdk doesn't have WaterCreature_c class.

Do you have an idea how I can modify the code of the "water creatures" so that other creatures appear or increase the fish in the sea?

Izzotop commented 3 years ago

https://github.com/codenulls/gta-reversed/